{
  "runId": "valtioneuvosto-fi--2026-04-20T05-02-56-501Z--finland-weekly-desktop-light-chromium",
  "startedAt": "2026-04-20T05:02:56.500Z",
  "finishedAt": "2026-04-20T05:03:39.640Z",
  "toolVersion": "1.0.0",
  "mode": "ci",
  "config": {
    "maxPages": 100,
    "timeout": 30000,
    "concurrency": 2,
    "mode": "list",
    "baseUrl": "https://valtioneuvosto.fi/en",
    "viewport": "desktop",
    "colorScheme": "light",
    "sitemapSample": {
      "strategy": "shuffle",
      "seed": "finland-weekly",
      "size": 100
    },
    "crawlFallback": {
      "enabled": true,
      "used": false
    },
    "browser": "chromium",
    "label": "finland-weekly-desktop-light-chromium"
  },
  "targets": [
    "https://valtioneuvosto.fi/en/about-the-government/the-budget/sessions/previous-sessions-on-the-budget",
    "https://valtioneuvosto.fi/hallitukset",
    "https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation/statsradets-forvaltningsenhet",
    "https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-domstolsarenden"
  ],
  "resultsByUrl": {
    "https://valtioneuvosto.fi/en/about-the-government/the-budget/sessions/previous-sessions-on-the-budget": {
      "title": "Just a moment...",
      "violations": [],
      "passes": [],
      "incomplete": [],
      "error": "HTTP 429",
      "finalUrl": "https://valtioneuvosto.fi/en/about-the-government/the-budget/sessions/previous-sessions-on-the-budget",
      "originalUrl": "https://valtioneuvosto.fi/en/about-the-government/the-budget/sessions/previous-sessions-on-the-budget",
      "status": 429,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://valtioneuvosto.fi/hallitukset": {
      "title": "77. Orpo - Valtioneuvosto",
      "violations": [
        {
          "id": "landmark-main-is-top-level",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the main landmark is at top level",
          "help": "Main landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-main-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "main"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The main landmark is contained in another landmark."
                }
              ],
              "all": [],
              "none": [],
              "impact": "moderate",
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ],
              "failureSummary": "Fix any of the following:\n  The main landmark is contained in another landmark."
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-main",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one main landmark",
          "help": "Document should not have more than one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-main?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-main",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
                      "target": [
                        "#main-content"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Document has more than one main landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": "moderate",
              "html": "<main id=\"wrapper\">",
              "target": [
                "#wrapper"
              ],
              "failureSummary": "Fix any of the following:\n  Document has more than one main landmark"
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "main",
                    "accessibleText": null
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
                      "target": [
                        "#main-content"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ],
              "all": [],
              "none": [],
              "impact": "moderate",
              "html": "<main id=\"wrapper\">",
              "target": [
                "#wrapper"
              ],
              "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
            }
          ]
        }
      ],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Valtioneuvosto ja ministeriöt</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<nav aria-label=\"Sivuvalikko\">",
              "target": [
                "nav[aria-label=\"Sivuvalikko\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/hallitukset\" aria-current=\"page\">Orpon hallitus</a>",
              "target": [
                ".selected.active.lfr-nav-item > .selected.active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<nav aria-label=\"Murupolku\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi\" aria-label=\"Valtioneuvosto - Etusivulle\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Valtioneuvosto - Etusivulle\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">Orpon hallitus</li>",
              "target": [
                ".breadcrumb > .active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"puoluejakauma\">",
              "target": [
                "ul[aria-labelledby=\"puoluejakauma\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_0\"> \n                         <li class=\"mb-2\"><span class=\"details\">Kaisa Juuso, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 20.2.2026</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(2)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_1\"> \n                         <li class=\"mb-2\"><span class=\"details\">Sandra Bergqvist, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 13.6.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(4)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_2\">",
              "target": [
                ".virkku-sijaisuudet > div > .list-unstyled:nth-child(6)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_3\"> \n                         <li class=\"mb-2\"><span class=\"details\">Arto Satonen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 6.5.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(8)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_4\"> \n                         <li class=\"mb-2\"><span class=\"details\">Sari Multala, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(10)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_5\"> \n                         <li class=\"mb-2\"><span class=\"details\">Kai Mykkänen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(12)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_6\"> \n                         <li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">30.8.2024 - 8.11.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(14)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_7\"> \n                         <li class=\"mb-2\"><span class=\"details\">Mari Rantanen, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(16)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_8\"> \n                         <li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(18)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_9\"> \n                         <li class=\"mb-2\"><span class=\"details\">Anders Adlercreutz, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(20)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_10\"> \n                         <li class=\"mb-2\"><span class=\"details\">Anna-Maja Henriksson, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(22)"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"ministry-menu\" role=\"menu\">",
              "target": [
                ".ministry-menu"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"vn\" role=\"none\">",
              "target": [
                ".vn"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"vnsite\" href=\"https://valtioneuvosto.fi\" target=\"_blank\" role=\"menuitem\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #365abd\"> </span> <span class=\"text\"> Valtioneuvosto </span> </a>",
              "target": [
                ".vnsite"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"ministries\" role=\"none\">",
              "target": [
                ".ministries"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://vnk.fi\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #007bc0\"> </span> <span class=\"text\"> Valtio­neuvoston kanslia </span> </a></li>",
              "target": [
                ".ministries > li[role=\"none\"]:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://vnk.fi\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #007bc0\"> </span> <span class=\"text\"> Valtio­neuvoston kanslia </span> </a>",
              "target": [
                "a[href$=\"vnk.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://defmin.fi/\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #cccccc\"> </span> <span class=\"text\"> Puolustus­ministeriö </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://defmin.fi/\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #cccccc\"> </span> <span class=\"text\"> Puolustus­ministeriö </span> </a>",
              "target": [
                "a[href$=\"defmin.fi/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://lvm.fi/\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #0000ff\"> </span> <span class=\"text\"> Liikenne- ja viestintä­ministeriö </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://lvm.fi/\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #0000ff\"> </span> <span class=\"text\"> Liikenne- ja viestintä­ministeriö </span> </a>",
              "target": [
                "a[href$=\"lvm.fi/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://um.fi/\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #4d66a4\"> </span> <span class=\"text\"> Ulko­ministeriö </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://um.fi/\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #4d66a4\"> </span> <span class=\"text\"> Ulko­ministeriö </span> </a>",
              "target": [
                "a[href$=\"um.fi/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://vm.fi\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #304e88\"> </span> <span class=\"text\"> Valtio­varain­ministeriö </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://vm.fi\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #304e88\"> </span> <span class=\"text\"> Valtio­varain­ministeriö </span> </a>",
              "target": [
                "a[href$=\"vm.fi\"][role=\"menuitem\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://www.tem.fi\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #cba258\"> </span> <span class=\"text\"> Työ- ja elinkeino­ministeriö </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.tem.fi\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #cba258\"> </span> <span class=\"text\"> Työ- ja elinkeino­ministeriö </span> </a>",
              "target": [
                "a[href$=\"www.tem.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://oikeusministerio.fi/\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #005587\"> </span> <span class=\"text\"> Oikeus­ministeriö </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://oikeusministerio.fi/\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #005587\"> </span> <span class=\"text\"> Oikeus­ministeriö </span> </a>",
              "target": [
                "a[href$=\"oikeusministerio.fi/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://okm.fi/\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #70a489\"> </span> <span class=\"text\"> Opetus- ja kulttuuri­ministeriö </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://okm.fi/\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #70a489\"> </span> <span class=\"text\"> Opetus- ja kulttuuri­ministeriö </span> </a>",
              "target": [
                "a[href$=\"okm.fi/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://stm.fi\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #e98300\"> </span> <span class=\"text\"> Sosiaali- ja terveys­ministeriö </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://stm.fi\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #e98300\"> </span> <span class=\"text\"> Sosiaali- ja terveys­ministeriö </span> </a>",
              "target": [
                "a[href$=\"stm.fi\"][role=\"menuitem\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://intermin.fi\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #be2d46\"> </span> <span class=\"text\"> Sisä­ministeriö </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://intermin.fi\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #be2d46\"> </span> <span class=\"text\"> Sisä­ministeriö </span> </a>",
              "target": [
                "a[href$=\"intermin.fi\"][role=\"menuitem\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://mmm.fi\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #004077\"> </span> <span class=\"text\"> Maa- ja metsätalous­ministeriö </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://mmm.fi\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #004077\"> </span> <span class=\"text\"> Maa- ja metsätalous­ministeriö </span> </a>",
              "target": [
                "a[href$=\"mmm.fi\"][role=\"menuitem\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://ym.fi\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #0065bd\"> </span> <span class=\"text\"> Ympäristö­ministeriö </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(12)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://ym.fi\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #0065bd\"> </span> <span class=\"text\"> Ympäristö­ministeriö </span> </a>",
              "target": [
                "a[href$=\"ym.fi\"][role=\"menuitem\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"/o/common-ui-resources/images/icon-earth.png?browserId=other&amp;languageId=fi_FI&amp;t=1776091964000\n\" role=\"presentation\" height=\"25\">",
              "target": [
                "img[height=\"25\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"lan_selection_view\" id=\"lan-selection-view\" aria-expanded=\"false\" role=\"navigation\" aria-label=\"Language selection\">",
              "target": [
                "#lan-selection-view"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-closed\" aria-hidden=\"true\"></span>",
              "target": [
                ".mx-0 > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-closed.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-open\" aria-hidden=\"true\"></span>",
              "target": [
                ".mx-0 > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-open.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-closed\" aria-hidden=\"true\"></span>",
              "target": [
                "#site-mobile-menu > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-closed.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-open\" aria-hidden=\"true\"></span>",
              "target": [
                "#site-mobile-menu > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-open.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon-arrow-up\"></span>",
              "target": [
                ".icon-arrow-up"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Valtioneuvosto ja ministeriöt</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Sivuvalikko\">",
              "target": [
                "nav[aria-label=\"Sivuvalikko\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/hallitukset\" aria-current=\"page\">Orpon hallitus</a>",
              "target": [
                ".selected.active.lfr-nav-item > .selected.active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Murupolku\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi\" aria-label=\"Valtioneuvosto - Etusivulle\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Valtioneuvosto - Etusivulle\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">Orpon hallitus</li>",
              "target": [
                ".breadcrumb > .active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"puoluejakauma\">",
              "target": [
                "ul[aria-labelledby=\"puoluejakauma\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_0\"> \n                         <li class=\"mb-2\"><span class=\"details\">Kaisa Juuso, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 20.2.2026</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(2)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_1\"> \n                         <li class=\"mb-2\"><span class=\"details\">Sandra Bergqvist, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 13.6.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(4)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_2\">",
              "target": [
                ".virkku-sijaisuudet > div > .list-unstyled:nth-child(6)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_3\"> \n                         <li class=\"mb-2\"><span class=\"details\">Arto Satonen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 6.5.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(8)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_4\"> \n                         <li class=\"mb-2\"><span class=\"details\">Sari Multala, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(10)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_5\"> \n                         <li class=\"mb-2\"><span class=\"details\">Kai Mykkänen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(12)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_6\"> \n                         <li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">30.8.2024 - 8.11.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(14)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_7\"> \n                         <li class=\"mb-2\"><span class=\"details\">Mari Rantanen, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(16)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_8\"> \n                         <li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(18)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_9\"> \n                         <li class=\"mb-2\"><span class=\"details\">Anders Adlercreutz, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(20)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_10\"> \n                         <li class=\"mb-2\"><span class=\"details\">Anna-Maja Henriksson, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(22)"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"other controls-visible yui3-skin-sam signed-out public-page site eu\" itemscope=\"\" itemtype=\"http://schema.org/WebPage\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #365abd\"> </span>",
              "target": [
                ".vnsite > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #007bc0\"> </span>",
              "target": [
                "a[href$=\"vnk.fi\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #cccccc\"> </span>",
              "target": [
                "a[href$=\"defmin.fi/\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #0000ff\"> </span>",
              "target": [
                "a[href$=\"lvm.fi/\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #4d66a4\"> </span>",
              "target": [
                "a[href$=\"um.fi/\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #304e88\"> </span>",
              "target": [
                "a[href$=\"vm.fi\"][role=\"menuitem\"][target=\"_blank\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #cba258\"> </span>",
              "target": [
                "a[href$=\"www.tem.fi\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #005587\"> </span>",
              "target": [
                "a[href$=\"oikeusministerio.fi/\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #70a489\"> </span>",
              "target": [
                "a[href$=\"okm.fi/\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #e98300\"> </span>",
              "target": [
                "a[href$=\"stm.fi\"][role=\"menuitem\"][target=\"_blank\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #be2d46\"> </span>",
              "target": [
                "a[href$=\"intermin.fi\"][role=\"menuitem\"][target=\"_blank\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #004077\"> </span>",
              "target": [
                "a[href$=\"mmm.fi\"][role=\"menuitem\"][target=\"_blank\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #0065bd\"> </span>",
              "target": [
                "a[href$=\"ym.fi\"][role=\"menuitem\"][target=\"_blank\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"globeWrapper\" aria-hidden=\"true\"> <img src=\"/o/common-ui-resources/images/icon-earth.png?browserId=other&amp;languageId=fi_FI&amp;t=1776091964000\n\" role=\"presentation\" height=\"25\"> </span>",
              "target": [
                ".globeWrapper"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span aria-hidden=\"true\"> Suomi </span>",
              "target": [
                ".toggleLanSelectionView > span[aria-hidden=\"true\"]:nth-child(3)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-closed\" aria-hidden=\"true\"></span>",
              "target": [
                ".mx-0 > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-closed.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-open\" aria-hidden=\"true\"></span>",
              "target": [
                ".mx-0 > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-open.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-closed\" aria-hidden=\"true\"></span>",
              "target": [
                "#site-mobile-menu > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-closed.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-open\" aria-hidden=\"true\"></span>",
              "target": [
                "#site-mobile-menu > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-open.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"icon-home\" aria-hidden=\"true\"></span>",
              "target": [
                ".icon-home"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<form action=\"#\" aria-hidden=\"true\" class=\"hide\" id=\"hrefFm\" method=\"post\" name=\"hrefFm\"> \n     <span></span> \n     <button hidden=\"\" type=\"submit\">Piilotettu</button> \n    </form>",
              "target": [
                "#hrefFm"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Valtioneuvosto ja ministeriöt</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<nav aria-label=\"Sivuvalikko\">",
              "target": [
                "nav[aria-label=\"Sivuvalikko\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/hallitukset\" aria-current=\"page\">Orpon hallitus</a>",
              "target": [
                ".selected.active.lfr-nav-item > .selected.active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<nav aria-label=\"Murupolku\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi\" aria-label=\"Valtioneuvosto - Etusivulle\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Valtioneuvosto - Etusivulle\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">Orpon hallitus</li>",
              "target": [
                ".breadcrumb > .active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"puoluejakauma\">",
              "target": [
                "ul[aria-labelledby=\"puoluejakauma\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_0\"> \n                         <li class=\"mb-2\"><span class=\"details\">Kaisa Juuso, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 20.2.2026</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(2)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_1\"> \n                         <li class=\"mb-2\"><span class=\"details\">Sandra Bergqvist, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 13.6.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(4)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_2\">",
              "target": [
                ".virkku-sijaisuudet > div > .list-unstyled:nth-child(6)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_3\"> \n                         <li class=\"mb-2\"><span class=\"details\">Arto Satonen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 6.5.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(8)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_4\"> \n                         <li class=\"mb-2\"><span class=\"details\">Sari Multala, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(10)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_5\"> \n                         <li class=\"mb-2\"><span class=\"details\">Kai Mykkänen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(12)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_6\"> \n                         <li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">30.8.2024 - 8.11.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(14)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_7\"> \n                         <li class=\"mb-2\"><span class=\"details\">Mari Rantanen, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(16)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_8\"> \n                         <li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(18)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_9\"> \n                         <li class=\"mb-2\"><span class=\"details\">Anders Adlercreutz, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(20)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_10\"> \n                         <li class=\"mb-2\"><span class=\"details\">Anna-Maja Henriksson, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(22)"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Valtioneuvosto ja ministeriöt</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Sivuvalikko\">",
              "target": [
                "nav[aria-label=\"Sivuvalikko\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/hallitukset\" aria-current=\"page\">Orpon hallitus</a>",
              "target": [
                ".selected.active.lfr-nav-item > .selected.active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Murupolku\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi\" aria-label=\"Valtioneuvosto - Etusivulle\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Valtioneuvosto - Etusivulle\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">Orpon hallitus</li>",
              "target": [
                ".breadcrumb > .active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"puoluejakauma\">",
              "target": [
                "ul[aria-labelledby=\"puoluejakauma\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_0\"> \n                         <li class=\"mb-2\"><span class=\"details\">Kaisa Juuso, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 20.2.2026</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(2)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_1\"> \n                         <li class=\"mb-2\"><span class=\"details\">Sandra Bergqvist, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 13.6.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(4)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_2\">",
              "target": [
                ".virkku-sijaisuudet > div > .list-unstyled:nth-child(6)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_3\"> \n                         <li class=\"mb-2\"><span class=\"details\">Arto Satonen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 6.5.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(8)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_4\"> \n                         <li class=\"mb-2\"><span class=\"details\">Sari Multala, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(10)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_5\"> \n                         <li class=\"mb-2\"><span class=\"details\">Kai Mykkänen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(12)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_6\"> \n                         <li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">30.8.2024 - 8.11.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(14)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_7\"> \n                         <li class=\"mb-2\"><span class=\"details\">Mari Rantanen, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(16)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_8\"> \n                         <li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(18)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_9\"> \n                         <li class=\"mb-2\"><span class=\"details\">Anders Adlercreutz, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(20)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_10\"> \n                         <li class=\"mb-2\"><span class=\"details\">Anna-Maja Henriksson, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(22)"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Valtioneuvosto ja ministeriöt</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Sivuvalikko\">",
              "target": [
                "nav[aria-label=\"Sivuvalikko\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/hallitukset\" aria-current=\"page\">Orpon hallitus</a>",
              "target": [
                ".selected.active.lfr-nav-item > .selected.active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Murupolku\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi\" aria-label=\"Valtioneuvosto - Etusivulle\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Valtioneuvosto - Etusivulle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">Orpon hallitus</li>",
              "target": [
                ".breadcrumb > .active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"puoluejakauma\">",
              "target": [
                "ul[aria-labelledby=\"puoluejakauma\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_0\"> \n                         <li class=\"mb-2\"><span class=\"details\">Kaisa Juuso, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 20.2.2026</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_1\"> \n                         <li class=\"mb-2\"><span class=\"details\">Sandra Bergqvist, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 13.6.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_2\">",
              "target": [
                ".virkku-sijaisuudet > div > .list-unstyled:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_3\"> \n                         <li class=\"mb-2\"><span class=\"details\">Arto Satonen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 6.5.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_4\"> \n                         <li class=\"mb-2\"><span class=\"details\">Sari Multala, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_5\"> \n                         <li class=\"mb-2\"><span class=\"details\">Kai Mykkänen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(12)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_6\"> \n                         <li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">30.8.2024 - 8.11.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(14)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_7\"> \n                         <li class=\"mb-2\"><span class=\"details\">Mari Rantanen, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(16)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_8\"> \n                         <li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(18)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_9\"> \n                         <li class=\"mb-2\"><span class=\"details\">Anders Adlercreutz, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(20)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_10\"> \n                         <li class=\"mb-2\"><span class=\"details\">Anna-Maja Henriksson, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(22)"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"media_curtain\" style=\"background-image: url(\"https://valtioneuvosto.fi/documents/10197/13793247/VN-navigaatio-taustakuvio2.svg/08fc1f6d-8f30-5955-13b8-6d7cb8694711?version=1.0&t=1583229996000\");\">",
              "target": [
                "#media_curtain"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div class=\"rns\" style=\"margin-top: 70px;\">\n             &nbsp; \n           </div>",
              "target": [
                ".rns"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Valtioneuvosto ja ministeriöt</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn-primary search-btn\" type=\"submit\" onclick=\"YjaSearcher.submitSearchForm('#siteSearchField-0'); return false;\"><img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Hae\"></button>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.justify-content-end.d-flex > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"]"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<h1>Pääministeri Petteri Orpon hallitus</h1>",
                      "target": [
                        "h1"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/paaministeri\" class=\"link--main\"> Petteri Orpo </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(1) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/valtiovarainministeri\" class=\"link--main\"> Riikka Purra </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(2) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/eurooppa-ja-omistajaohjausministeri\" class=\"link--main\"> Joakim Strand </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(3) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/ulkoministeri\" class=\"link--main\"> Elina Valtonen </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(4) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/ulkomaankauppa-ja-kehitysministeri\" class=\"link--main\"> Ville Tavio </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(5) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/oikeusministeri\" class=\"link--main\"> Leena Meri </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(6) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/sisaministeri\" class=\"link--main\"> Mari Rantanen </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(7) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/liikenne-ja-viestintaministeri\" class=\"link--main\"> Lulu Ranne </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(8) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/puolustusministeri\" class=\"link--main\"> Antti Häkkänen </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(9) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/kunta-ja-alueministeri\" class=\"link--main\"> Anna-Kaisa Ikonen </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(10) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/opetusministeri\" class=\"link--main\"> Anders Adlercreutz </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(11) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/tiede-ja-kulttuuriministeri\" class=\"link--main\"> Mari-Leena Talvitie </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(12) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/liikunta-urheilu-ja-nuorisoministeri\" class=\"link--main\"> Mika Poutala </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(13) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/maa-ja-metsatalousministeri\" class=\"link--main\"> Sari Essayah </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(14) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/tyoministeri\" class=\"link--main\"> Matias Marttinen </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(15) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/elinkeinoministeri\" class=\"link--main\"> Sakari Puisto </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(16) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/sosiaali-ja-terveysministeri\" class=\"link--main\"> Wille Rydman </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(17) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/sosiaaliturvaministeri\" class=\"link--main\"> Sanni Grahn-Laasonen </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(18) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/ymparisto-ja-ilmastoministeri\" class=\"link--main\"> Sari Multala </a></h2>",
                      "target": [
                        ".yja-card.linkify.col-md-6:nth-child(19) > .minister-name.h4"
                      ]
                    },
                    {
                      "html": "<h2>Tietoja</h2>",
                      "target": [
                        ".virkku-tietoja > h2"
                      ]
                    },
                    {
                      "html": "<h3>Hallituspäivät 1036</h3>",
                      "target": [
                        "h3:nth-child(2)"
                      ]
                    },
                    {
                      "html": "<h3>77. hallitus</h3>",
                      "target": [
                        "h3:nth-child(3)"
                      ]
                    },
                    {
                      "html": "<h3 id=\"puoluejakauma\">Puoluejakauma</h3>",
                      "target": [
                        "#puoluejakauma"
                      ]
                    },
                    {
                      "html": "<h3>Sijaisuudet ja palkkiot</h3>",
                      "target": [
                        ".virkku-sijaisuudet > h3:nth-child(1)"
                      ]
                    },
                    {
                      "html": "<h3 id=\"ministerivaihdokset\">Ministerivaihdokset</h3>",
                      "target": [
                        "#ministerivaihdokset"
                      ]
                    },
                    {
                      "html": "<h4 id=\"ministerTitle_0\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Sosiaali- ja terveysministeri</h4>",
                      "target": [
                        "#ministerTitle_0"
                      ]
                    },
                    {
                      "html": "<h4 id=\"ministerTitle_1\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikunta-, urheilu- ja nuorisoministeri</h4>",
                      "target": [
                        "#ministerTitle_1"
                      ]
                    },
                    {
                      "html": "<h4 id=\"ministerTitle_2\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Elinkeinoministeri</h4>",
                      "target": [
                        "#ministerTitle_2"
                      ]
                    },
                    {
                      "html": "<h4 id=\"ministerTitle_3\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Työministeri</h4>",
                      "target": [
                        "#ministerTitle_3"
                      ]
                    },
                    {
                      "html": "<h4 id=\"ministerTitle_4\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Tiede- ja kulttuuriministeri</h4>",
                      "target": [
                        "#ministerTitle_4"
                      ]
                    },
                    {
                      "html": "<h4 id=\"ministerTitle_5\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Ympäristö- ja ilmastoministeri</h4>",
                      "target": [
                        "#ministerTitle_5"
                      ]
                    },
                    {
                      "html": "<h4 id=\"ministerTitle_6\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikenne-, viestintä- ja sisäministeri</h4>",
                      "target": [
                        "#ministerTitle_6"
                      ]
                    },
                    {
                      "html": "<h4 id=\"ministerTitle_7\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Sisäministeri</h4>",
                      "target": [
                        "#ministerTitle_7"
                      ]
                    },
                    {
                      "html": "<h4 id=\"ministerTitle_8\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikenne- ja viestintäministeri</h4>",
                      "target": [
                        "#ministerTitle_8"
                      ]
                    },
                    {
                      "html": "<h4 id=\"ministerTitle_9\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Eurooppa- ja omistajaohjausministeri</h4>",
                      "target": [
                        "#ministerTitle_9"
                      ]
                    },
                    {
                      "html": "<h4 id=\"ministerTitle_10\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Opetusministeri</h4>",
                      "target": [
                        "#ministerTitle_10"
                      ]
                    },
                    {
                      "html": "<h3>Edellinen hallitus</h3>",
                      "target": [
                        "h3:nth-child(7)"
                      ]
                    },
                    {
                      "html": "<h3 class=\"title\">Ministeriöt</h3>",
                      "target": [
                        ".col-md-9 > .title"
                      ]
                    },
                    {
                      "html": "<h3 class=\"title\">Valtioneuvosto</h3>",
                      "target": [
                        ".contact-info > .title"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                },
                {
                  "id": "landmark",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<main id=\"wrapper\">",
                      "target": [
                        "#wrapper"
                      ]
                    },
                    {
                      "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
                      "target": [
                        "#main-content"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a landmark region"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"fi-FI\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Hae\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.26,
                    "fontSize": "13.5pt (18px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/yhteystiedot\" class=\"additional-link\">Yhteystiedot</a>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.justify-content-end.d-flex > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(2) > .additional-link[href$=\"yhteystiedot\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "messageKey": "hidden"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is hidden"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-1\" class=\"search-field search-txt\" placeholder=\"Hae\" name=\"keywords\">",
              "target": [
                "#siteSearchField-1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/ajankohtaista\">Ajankohtaista</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(1) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/hallitukset\" aria-current=\"page\">Orpon hallitus</a>",
              "target": [
                ".selected.active.lfr-nav-item > .selected.active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/hallitusohjelma\">Hallitusohjelma</a>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(1) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/hallitusohjelman-seuranta\">Hallitusohjelman seuranta</a>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(2) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/ministerien-tyonjako-ja-sijaisuudet\">Ministerien työnjako ja sijaisuudet</a>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/ministerivaliokunnat-ja-tyoryhmat\">Ministerivaliokunnat ja -työryhmät</a>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(4) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/palkkiot-ja-sidonnaisuudet\">Ministerien palkkiot ja sidonnaisuudet</a>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/paatokset\">Päätökset</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/tietoa-valtioneuvostosta\">Valtioneuvosto</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(4) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hankkeet\">Säädösvalmistelu ja kehittämishankkeet</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/yhteystiedot\">Yhteystiedot</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/tietoa-sivustosta\">Tietoa sivustosta</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(7) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">Orpon hallitus</li>",
              "target": [
                ".breadcrumb > .active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "34.5pt (46px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1>Pääministeri Petteri Orpon hallitus</h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>20.6.2023 -</p>",
              "target": [
                ".virkku-view > p"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/paaministeri\" class=\"link--main\"> Petteri Orpo </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(1) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Pääministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(1) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/valtiovarainministeri\" class=\"link--main\"> Riikka Purra </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(2) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Valtiovarainministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(2) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/eurooppa-ja-omistajaohjausministeri\" class=\"link--main\"> Joakim Strand </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(3) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Eurooppa- ja omistajaohjausministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(3) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/ulkoministeri\" class=\"link--main\"> Elina Valtonen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(4) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Ulkoministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(4) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/ulkomaankauppa-ja-kehitysministeri\" class=\"link--main\"> Ville Tavio </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(5) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Ulkomaankauppa- ja kehitysministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(5) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/oikeusministeri\" class=\"link--main\"> Leena Meri </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(6) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Oikeusministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(6) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/sisaministeri\" class=\"link--main\"> Mari Rantanen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(7) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Sisäministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(7) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/liikenne-ja-viestintaministeri\" class=\"link--main\"> Lulu Ranne </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(8) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Liikenne- ja viestintäministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(8) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/puolustusministeri\" class=\"link--main\"> Antti Häkkänen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(9) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Puolustusministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(9) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/kunta-ja-alueministeri\" class=\"link--main\"> Anna-Kaisa Ikonen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(10) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Kunta- ja alueministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(10) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/opetusministeri\" class=\"link--main\"> Anders Adlercreutz </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(11) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Opetusministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(11) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/tiede-ja-kulttuuriministeri\" class=\"link--main\"> Mari-Leena Talvitie </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(12) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Tiede- ja kulttuuriministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(12) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/liikunta-urheilu-ja-nuorisoministeri\" class=\"link--main\"> Mika Poutala </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(13) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Liikunta-, urheilu- ja nuorisoministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(13) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/maa-ja-metsatalousministeri\" class=\"link--main\"> Sari Essayah </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(14) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Maa- ja metsätalousministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(14) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/tyoministeri\" class=\"link--main\"> Matias Marttinen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(15) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Työministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(15) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/elinkeinoministeri\" class=\"link--main\"> Sakari Puisto </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(16) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Elinkeinoministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(16) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/sosiaali-ja-terveysministeri\" class=\"link--main\"> Wille Rydman </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(17) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Sosiaali- ja terveysministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(17) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/sosiaaliturvaministeri\" class=\"link--main\"> Sanni Grahn-Laasonen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(18) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Sosiaaliturvaministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(18) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#222222",
                    "bgColor": "#ffffff",
                    "contrastRatio": 15.9,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 15.9"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/ymparisto-ja-ilmastoministeri\" class=\"link--main\"> Sari Multala </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(19) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Ympäristö- ja ilmastoministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(19) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>Tietoja</h2>",
              "target": [
                ".virkku-tietoja > h2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Hallituspäivät 1036</h3>",
              "target": [
                "h3:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>77. hallitus</h3>",
              "target": [
                "h3:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 id=\"puoluejakauma\">Puoluejakauma</h3>",
              "target": [
                "#puoluejakauma"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Kansallinen Kokoomus</span>",
              "target": [
                ".justify-content-between.d-flex:nth-child(1) > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"font-weight-bold\">8</span>",
              "target": [
                ".justify-content-between.d-flex:nth-child(1) > .font-weight-bold"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Perussuomalaiset</span>",
              "target": [
                ".justify-content-between.d-flex:nth-child(2) > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"font-weight-bold\">7</span>",
              "target": [
                ".justify-content-between.d-flex:nth-child(2) > .font-weight-bold"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Suomen Kristillisdemokraatit</span>",
              "target": [
                ".justify-content-between.d-flex:nth-child(3) > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"font-weight-bold\">2</span>",
              "target": [
                ".justify-content-between.d-flex:nth-child(3) > .font-weight-bold"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Suomen ruotsalainen kansanpuolue</span>",
              "target": [
                ".justify-content-between.d-flex:nth-child(4) > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"font-weight-bold\">2</span>",
              "target": [
                ".justify-content-between.d-flex:nth-child(4) > .font-weight-bold"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 5.43,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 5.43"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/hallitukset/hallitusohjelma\">Hallitusohjelma</a>",
              "target": [
                "ul:nth-child(8) > li:nth-child(1) > a[href$=\"hallitusohjelma\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 5.43,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 5.43"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/hallitukset/hallitusohjelman-seuranta\" rel=\"noopener noreferrer\">Hallitusohjelman seuranta</a>",
              "target": [
                "a[rel=\"noopener noreferrer\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 5.43,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 5.43"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/hallitukset/ministerivaliokunnat-ja-tyoryhmat\">Ministerivaliokunnat ja -työryhmät</a>",
              "target": [
                "ul:nth-child(8) > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 5.43,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 5.43"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"http://urn.fi/URN:ISBN:978-952-383-937-3\" class=\"yja-external-link\">Valtioneuvoston periaatepäätös valtioneuvoston viestinnästä<span class=\"sr-only\">Linkki toiselle sivustolle</span></a>",
              "target": [
                "ul:nth-child(8) > li:nth-child(4) > .yja-external-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Sijaisuudet ja palkkiot</h3>",
              "target": [
                ".virkku-sijaisuudet > h3:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 5.43,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 5.43"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/hallitukset/ministerien-tyonjako-ja-sijaisuudet\">Ministerien työnjako ja sijaisuudet</a>",
              "target": [
                ".virkku-sijaisuudet > ul > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 5.43,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 5.43"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/hallitukset/palkkiot-ja-sidonnaisuudet\">Ministerien palkkiot ja sidonnaisuudet</a>",
              "target": [
                ".virkku-sijaisuudet > ul > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 id=\"ministerivaihdokset\">Ministerivaihdokset</h3>",
              "target": [
                "#ministerivaihdokset"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_0\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Sosiaali- ja terveysministeri</h4>",
              "target": [
                "#ministerTitle_0"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Kaisa Juuso, Perussuomalaiset</span>",
              "target": [
                ".list-unstyled:nth-child(2) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 20.2.2026</span>",
              "target": [
                ".list-unstyled:nth-child(2) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_1\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikunta-, urheilu- ja nuorisoministeri</h4>",
              "target": [
                "#ministerTitle_1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Sandra Bergqvist, Suomen ruotsalainen kansanpuolue</span>",
              "target": [
                ".list-unstyled:nth-child(4) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 13.6.2025</span>",
              "target": [
                ".list-unstyled:nth-child(4) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_2\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Elinkeinoministeri</h4>",
              "target": [
                "#ministerTitle_2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Wille Rydman, Perussuomalaiset</span>",
              "target": [
                ".list-unstyled:nth-child(6) > .mb-2:nth-child(1) > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">6.7.2023 - 13.6.2025</span>",
              "target": [
                ".list-unstyled:nth-child(6) > .mb-2:nth-child(1) > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Vilhelm Junnila, Perussuomalaiset</span>",
              "target": [
                ".mb-2:nth-child(2) > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 6.7.2023</span>",
              "target": [
                ".mb-2:nth-child(2) > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_3\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Työministeri</h4>",
              "target": [
                "#ministerTitle_3"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Arto Satonen, Kansallinen Kokoomus</span>",
              "target": [
                ".list-unstyled:nth-child(8) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 6.5.2025</span>",
              "target": [
                ".list-unstyled:nth-child(8) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_4\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Tiede- ja kulttuuriministeri</h4>",
              "target": [
                "#ministerTitle_4"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Sari Multala, Kansallinen Kokoomus</span>",
              "target": [
                ".list-unstyled:nth-child(10) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 24.1.2025</span>",
              "target": [
                ".list-unstyled:nth-child(10) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_5\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Ympäristö- ja ilmastoministeri</h4>",
              "target": [
                "#ministerTitle_5"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Kai Mykkänen, Kansallinen Kokoomus</span>",
              "target": [
                ".list-unstyled:nth-child(12) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 24.1.2025</span>",
              "target": [
                ".list-unstyled:nth-child(12) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_6\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikenne-, viestintä- ja sisäministeri</h4>",
              "target": [
                "#ministerTitle_6"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Lulu Ranne, Perussuomalaiset</span>",
              "target": [
                ".list-unstyled:nth-child(14) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">30.8.2024 - 8.11.2024</span>",
              "target": [
                ".list-unstyled:nth-child(14) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_7\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Sisäministeri</h4>",
              "target": [
                "#ministerTitle_7"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Mari Rantanen, Perussuomalaiset</span>",
              "target": [
                ".list-unstyled:nth-child(16) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 30.8.2024</span>",
              "target": [
                ".list-unstyled:nth-child(16) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_8\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikenne- ja viestintäministeri</h4>",
              "target": [
                "#ministerTitle_8"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Lulu Ranne, Perussuomalaiset</span>",
              "target": [
                ".list-unstyled:nth-child(18) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 30.8.2024</span>",
              "target": [
                ".list-unstyled:nth-child(18) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_9\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Eurooppa- ja omistajaohjausministeri</h4>",
              "target": [
                "#ministerTitle_9"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Anders Adlercreutz, Suomen ruotsalainen kansanpuolue</span>",
              "target": [
                ".list-unstyled:nth-child(20) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 5.7.2024</span>",
              "target": [
                ".list-unstyled:nth-child(20) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_10\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Opetusministeri</h4>",
              "target": [
                "#ministerTitle_10"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Anna-Maja Henriksson, Suomen ruotsalainen kansanpuolue</span>",
              "target": [
                ".list-unstyled:nth-child(22) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 5.7.2024</span>",
              "target": [
                ".list-unstyled:nth-child(22) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Edellinen hallitus</h3>",
              "target": [
                "h3:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#343a40",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 9.99,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.99"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"text-dark\">Marin 10.12.2019 - 20.6.2023</p>",
              "target": [
                ".text-dark"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 5.43,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 5.43"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/hallitukset-ja-ministerit\">Aiemmat hallitukset</a>",
              "target": [
                ".virkku-sijaisuudet > a[href$=\"hallitukset-ja-ministerit\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#002f6c",
                    "contrastRatio": 12.93,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.93"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Ministeriöt</h3>",
              "target": [
                ".col-md-9 > .title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#002f6c",
                    "contrastRatio": 12.93,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.93"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/valtioneuvoston-kanslia\"> Valtio­neuvoston kanslia <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(1) > a[href$=\"valtioneuvoston-kanslia\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#002f6c",
                    "contrastRatio": 12.93,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.93"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://um.fi\" class=\"yja-external-link\"> Ulkoministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "a[href$=\"um.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#002f6c",
                    "contrastRatio": 12.93,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.93"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://oikeusministerio.fi\" class=\"yja-external-link\"> Oikeusministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "a[href$=\"oikeusministerio.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#002f6c",
                    "contrastRatio": 12.93,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.93"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://intermin.fi\" class=\"yja-external-link\"> Sisäministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(4) > .yja-external-link[href$=\"intermin.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#002f6c",
                    "contrastRatio": 12.93,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.93"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://defmin.fi\" class=\"yja-external-link\"> Puolustusministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "a[href$=\"defmin.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#002f6c",
                    "contrastRatio": 12.93,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.93"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://vm.fi\" class=\"yja-external-link\"> Valtiovarainministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(6) > .yja-external-link[href$=\"vm.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#002f6c",
                    "contrastRatio": 12.93,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.93"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://okm.fi\" class=\"yja-external-link\"> Opetus- ja kulttuuriministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "a[href$=\"okm.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#002f6c",
                    "contrastRatio": 12.93,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.93"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://mmm.fi\" class=\"yja-external-link\"> Maa- ja metsätalous­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(2) > .yja-external-link[href$=\"mmm.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#002f6c",
                    "contrastRatio": 12.93,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.93"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://lvm.fi\" class=\"yja-external-link\"> Liikenne- ja viestintä­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "a[href$=\"lvm.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#002f6c",
                    "contrastRatio": 12.93,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.93"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://tem.fi\" class=\"yja-external-link\"> Työ- ja elinkeino­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(4) > a[href$=\"tem.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#002f6c",
                    "contrastRatio": 12.93,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.93"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://stm.fi\" class=\"yja-external-link\"> Sosiaali- ja terveys­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(5) > .yja-external-link[href$=\"stm.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#002f6c",
                    "contrastRatio": 12.93,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.93"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://ym.fi\" class=\"yja-external-link\"> Ympäristö­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(6) > .yja-external-link[href$=\"ym.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Valtioneuvosto</h3>",
              "target": [
                ".contact-info > .title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.8pt (17.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Snellmaninkatu 1 A, Helsinki</p>",
              "target": [
                ".contact-info > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.8pt (17.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>PL 23, 00023 Valtioneuvosto</p>",
              "target": [
                ".contact-info > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.8pt (17.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Vaihde 0295 16001</p>",
              "target": [
                "p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/tietoa-sivustosta\"> Tietoa sivustosta </a>",
              "target": [
                "li:nth-child(1) > a[href$=\"tietoa-sivustosta\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/viittomakieliset-sisallot\"> Viittomakieliset sisällöt </a>",
              "target": [
                "a[href$=\"viittomakieliset-sisallot\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/tietosuoja\"> Tietosuoja </a>",
              "target": [
                "li:nth-child(3) > a[href$=\"tietosuoja\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/evasteet\"> Evästeet </a>",
              "target": [
                "li:nth-child(4) > a[href$=\"evasteet\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/saavutettavuusseloste\"> Saavutettavuus </a>",
              "target": [
                "li:nth-child(5) > a[href$=\"saavutettavuusseloste\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/yhteystiedot\"> Yhteystiedot </a>",
              "target": [
                ".site-links > ul > li:nth-child(6) > a[href$=\"yhteystiedot\"]"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"fi-FI\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "ministry-listing",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"top-curtain\" id=\"ministry-listing\" aria-expanded=\"false\">",
              "target": [
                "#ministry-listing"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "lan-selection-view",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"lan_selection_view\" id=\"lan-selection-view\" aria-expanded=\"false\" role=\"navigation\" aria-label=\"Language selection\">",
              "target": [
                "#lan-selection-view"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "puoluejakauma",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 id=\"puoluejakauma\">Puoluejakauma</h3>",
              "target": [
                "#puoluejakauma"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "ministerivaihdokset",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 id=\"ministerivaihdokset\">Ministerivaihdokset</h3>",
              "target": [
                "#ministerivaihdokset"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "ministerTitle_0",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_0\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Sosiaali- ja terveysministeri</h4>",
              "target": [
                "#ministerTitle_0"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "ministerTitle_1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_1\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikunta-, urheilu- ja nuorisoministeri</h4>",
              "target": [
                "#ministerTitle_1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "ministerTitle_2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_2\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Elinkeinoministeri</h4>",
              "target": [
                "#ministerTitle_2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "ministerTitle_3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_3\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Työministeri</h4>",
              "target": [
                "#ministerTitle_3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "ministerTitle_4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_4\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Tiede- ja kulttuuriministeri</h4>",
              "target": [
                "#ministerTitle_4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "ministerTitle_5",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_5\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Ympäristö- ja ilmastoministeri</h4>",
              "target": [
                "#ministerTitle_5"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "ministerTitle_6",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_6\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikenne-, viestintä- ja sisäministeri</h4>",
              "target": [
                "#ministerTitle_6"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "ministerTitle_7",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_7\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Sisäministeri</h4>",
              "target": [
                "#ministerTitle_7"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "ministerTitle_8",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_8\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikenne- ja viestintäministeri</h4>",
              "target": [
                "#ministerTitle_8"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "ministerTitle_9",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_9\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Eurooppa- ja omistajaohjausministeri</h4>",
              "target": [
                "#ministerTitle_9"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "ministerTitle_10",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_10\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Opetusministeri</h4>",
              "target": [
                "#ministerTitle_10"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "yjaScrollToTopText",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"yjaScrollToTopText\">Sivun alkuun</span>",
              "target": [
                "#yjaScrollToTopText"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1>Pääministeri Petteri Orpon hallitus</h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/paaministeri\" class=\"link--main\"> Petteri Orpo </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(1) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/valtiovarainministeri\" class=\"link--main\"> Riikka Purra </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(2) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/eurooppa-ja-omistajaohjausministeri\" class=\"link--main\"> Joakim Strand </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(3) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/ulkoministeri\" class=\"link--main\"> Elina Valtonen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(4) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/ulkomaankauppa-ja-kehitysministeri\" class=\"link--main\"> Ville Tavio </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(5) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/oikeusministeri\" class=\"link--main\"> Leena Meri </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(6) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/sisaministeri\" class=\"link--main\"> Mari Rantanen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(7) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/liikenne-ja-viestintaministeri\" class=\"link--main\"> Lulu Ranne </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(8) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/puolustusministeri\" class=\"link--main\"> Antti Häkkänen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(9) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/kunta-ja-alueministeri\" class=\"link--main\"> Anna-Kaisa Ikonen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(10) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/opetusministeri\" class=\"link--main\"> Anders Adlercreutz </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(11) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/tiede-ja-kulttuuriministeri\" class=\"link--main\"> Mari-Leena Talvitie </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(12) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/liikunta-urheilu-ja-nuorisoministeri\" class=\"link--main\"> Mika Poutala </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(13) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/maa-ja-metsatalousministeri\" class=\"link--main\"> Sari Essayah </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(14) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/tyoministeri\" class=\"link--main\"> Matias Marttinen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(15) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/elinkeinoministeri\" class=\"link--main\"> Sakari Puisto </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(16) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/sosiaali-ja-terveysministeri\" class=\"link--main\"> Wille Rydman </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(17) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/sosiaaliturvaministeri\" class=\"link--main\"> Sanni Grahn-Laasonen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(18) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/ymparisto-ja-ilmastoministeri\" class=\"link--main\"> Sari Multala </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(19) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>Tietoja</h2>",
              "target": [
                ".virkku-tietoja > h2"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Hallituspäivät 1036</h3>",
              "target": [
                "h3:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>77. hallitus</h3>",
              "target": [
                "h3:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 id=\"puoluejakauma\">Puoluejakauma</h3>",
              "target": [
                "#puoluejakauma"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Sijaisuudet ja palkkiot</h3>",
              "target": [
                ".virkku-sijaisuudet > h3:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 id=\"ministerivaihdokset\">Ministerivaihdokset</h3>",
              "target": [
                "#ministerivaihdokset"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_0\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Sosiaali- ja terveysministeri</h4>",
              "target": [
                "#ministerTitle_0"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_1\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikunta-, urheilu- ja nuorisoministeri</h4>",
              "target": [
                "#ministerTitle_1"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_2\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Elinkeinoministeri</h4>",
              "target": [
                "#ministerTitle_2"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_3\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Työministeri</h4>",
              "target": [
                "#ministerTitle_3"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_4\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Tiede- ja kulttuuriministeri</h4>",
              "target": [
                "#ministerTitle_4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_5\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Ympäristö- ja ilmastoministeri</h4>",
              "target": [
                "#ministerTitle_5"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_6\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikenne-, viestintä- ja sisäministeri</h4>",
              "target": [
                "#ministerTitle_6"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_7\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Sisäministeri</h4>",
              "target": [
                "#ministerTitle_7"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_8\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikenne- ja viestintäministeri</h4>",
              "target": [
                "#ministerTitle_8"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_9\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Eurooppa- ja omistajaohjausministeri</h4>",
              "target": [
                "#ministerTitle_9"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_10\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Opetusministeri</h4>",
              "target": [
                "#ministerTitle_10"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Edellinen hallitus</h3>",
              "target": [
                "h3:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Ministeriöt</h3>",
              "target": [
                ".col-md-9 > .title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Valtioneuvosto</h3>",
              "target": [
                ".contact-info > .title"
              ]
            }
          ]
        },
        {
          "id": "form-field-multiple-labels",
          "impact": null,
          "tags": [
            "cat.forms",
            "wcag2a",
            "wcag332",
            "TTv5",
            "TT5.c",
            "EN-301-549",
            "EN-9.3.3.2",
            "RGAAv4",
            "RGAA-11.2.1"
          ],
          "description": "Ensure form field does not have multiple label elements",
          "help": "Form field must not have multiple label elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/form-field-multiple-labels?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Hae\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(2) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > h1:nth-child(1)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(1) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(2) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(3) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(4) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(5) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(6) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(7) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(8) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(9) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(10) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(11) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(12) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(13) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(14) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(15) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(16) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(17) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(18) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(1) > ul > li:nth-child(19) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(1) > h3:nth-child(2)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(1) > h3:nth-child(3)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(1) > h3:nth-child(5)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > h3:nth-child(4)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(5) > h4:nth-child(1)"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(5) > h4:nth-child(3)"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(5) > h4:nth-child(5)"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(5) > h4:nth-child(7)"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(5) > h4:nth-child(9)"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(5) > h4:nth-child(11)"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(5) > h4:nth-child(13)"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(5) > h4:nth-child(15)"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(5) > h4:nth-child(17)"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(5) > h4:nth-child(19)"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(5) > h4:nth-child(21)"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > div > div:nth-child(3) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > h3:nth-child(7)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(7) > div:nth-child(1) > div > div:nth-child(1) > div > h3"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(7) > div:nth-child(2) > div > div > div:nth-child(1) > h3:nth-child(1)"
                        ],
                        "level": 3
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1>Pääministeri Petteri Orpon hallitus</h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/paaministeri\" class=\"link--main\"> Petteri Orpo </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(1) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/valtiovarainministeri\" class=\"link--main\"> Riikka Purra </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(2) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/eurooppa-ja-omistajaohjausministeri\" class=\"link--main\"> Joakim Strand </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(3) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/ulkoministeri\" class=\"link--main\"> Elina Valtonen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(4) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/ulkomaankauppa-ja-kehitysministeri\" class=\"link--main\"> Ville Tavio </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(5) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/oikeusministeri\" class=\"link--main\"> Leena Meri </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(6) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/sisaministeri\" class=\"link--main\"> Mari Rantanen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(7) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/liikenne-ja-viestintaministeri\" class=\"link--main\"> Lulu Ranne </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(8) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/puolustusministeri\" class=\"link--main\"> Antti Häkkänen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(9) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/kunta-ja-alueministeri\" class=\"link--main\"> Anna-Kaisa Ikonen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(10) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/opetusministeri\" class=\"link--main\"> Anders Adlercreutz </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(11) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/tiede-ja-kulttuuriministeri\" class=\"link--main\"> Mari-Leena Talvitie </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(12) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/liikunta-urheilu-ja-nuorisoministeri\" class=\"link--main\"> Mika Poutala </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(13) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/maa-ja-metsatalousministeri\" class=\"link--main\"> Sari Essayah </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(14) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/tyoministeri\" class=\"link--main\"> Matias Marttinen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(15) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/elinkeinoministeri\" class=\"link--main\"> Sakari Puisto </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(16) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/sosiaali-ja-terveysministeri\" class=\"link--main\"> Wille Rydman </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(17) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/sosiaaliturvaministeri\" class=\"link--main\"> Sanni Grahn-Laasonen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(18) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/ymparisto-ja-ilmastoministeri\" class=\"link--main\"> Sari Multala </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(19) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>Tietoja</h2>",
              "target": [
                ".virkku-tietoja > h2"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Hallituspäivät 1036</h3>",
              "target": [
                "h3:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>77. hallitus</h3>",
              "target": [
                "h3:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 id=\"puoluejakauma\">Puoluejakauma</h3>",
              "target": [
                "#puoluejakauma"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Sijaisuudet ja palkkiot</h3>",
              "target": [
                ".virkku-sijaisuudet > h3:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 id=\"ministerivaihdokset\">Ministerivaihdokset</h3>",
              "target": [
                "#ministerivaihdokset"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_0\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Sosiaali- ja terveysministeri</h4>",
              "target": [
                "#ministerTitle_0"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_1\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikunta-, urheilu- ja nuorisoministeri</h4>",
              "target": [
                "#ministerTitle_1"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_2\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Elinkeinoministeri</h4>",
              "target": [
                "#ministerTitle_2"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_3\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Työministeri</h4>",
              "target": [
                "#ministerTitle_3"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_4\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Tiede- ja kulttuuriministeri</h4>",
              "target": [
                "#ministerTitle_4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_5\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Ympäristö- ja ilmastoministeri</h4>",
              "target": [
                "#ministerTitle_5"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_6\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikenne-, viestintä- ja sisäministeri</h4>",
              "target": [
                "#ministerTitle_6"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_7\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Sisäministeri</h4>",
              "target": [
                "#ministerTitle_7"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_8\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikenne- ja viestintäministeri</h4>",
              "target": [
                "#ministerTitle_8"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_9\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Eurooppa- ja omistajaohjausministeri</h4>",
              "target": [
                "#ministerTitle_9"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_10\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Opetusministeri</h4>",
              "target": [
                "#ministerTitle_10"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Edellinen hallitus</h3>",
              "target": [
                "h3:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Ministeriöt</h3>",
              "target": [
                ".col-md-9 > .title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Valtioneuvosto</h3>",
              "target": [
                ".contact-info > .title"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"fi-FI\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"fi-FI\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "image-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag111",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT7.a",
            "TT7.b",
            "EN-301-549",
            "EN-9.1.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-1.1.1"
          ],
          "description": "Ensure <img> elements have alternative text or a role of none or presentation",
          "help": "Images must have alternative text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=fi_FI&amp;t=1776091964000\n\" alt=\"Valtioneuvosto\">",
              "target": [
                "img[alt=\"Valtioneuvosto\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Hae\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.justify-content-end.d-flex > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"] > img[alt=\"Hae\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272350/Petteri-Orpo-O45A3040-yja.jpg/f5c5e3c6-0a9e-15cd-40d2-7eb44a53d269?version=1.0&amp;t=1707915547378&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(1) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272353/Riikka-Purra-O45A3251-yja.jpg/9f5e2ff7-e3ab-fecb-1b2a-0b45c3205bf6?version=1.0&amp;t=1707916273269&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(2) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/216375106/Joakim-Strand-O45A2678-yja.jpg/4912ec88-de3b-f1b3-574f-db5e498c01ac?version=1.0&amp;t=1720520242224&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(3) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272371/Elina-Valtonen-O45A8720-yja.jpg/b4e216b6-63cd-2318-c088-36b47a2a6181?version=1.0&amp;t=1707916904258&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(4) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272368/Ville-Tavio-O45A9141-yja.jpg/b0008b19-5f3d-ceee-69cd-7ab72839a4d3?version=1.0&amp;t=1707917614407&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(5) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/1410853/5280004/Leena-Meri-06.jpg/73061419-a22c-1a9b-80a6-b10a1ab77733?version=1.0&amp;t=1701613281185&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(6) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272359/Mari-Rantanen-O45A9881-yja.jpg/cb3c97b0-c85f-5f3e-49ef-4fe6bebe8465?version=1.0&amp;t=1707918591115&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(7) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272356/Lulu-Ranne-O45A9746-yja.jpg/3d94632e-b43a-353a-f931-5e9c8b579d3e?version=1.0&amp;t=1708420219526&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(8) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272319/Antti-Hakkanen-O45A9039-yja.jpg/a30b9296-732a-b1a0-a5d0-20daeb7ebfd4?version=1.0&amp;t=1707919105157&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(9) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272322/Anna-Kaisa-Ikonen-O45A2901-yja.jpg/bbe21255-dbd9-6068-b432-19374306fa22?version=1.0&amp;t=1707919976901&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(10) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272304/Anders-Adlercreutz-O45A8602-yja.jpg/0602f3f5-2529-55eb-fc2d-286072a3fb54?version=1.0&amp;t=1708428447414&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(11) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/232090464/Mari-Leena_Talvitie_ministerikuva_06-2025.jpg/7fd86702-5d11-b647-20e3-1178eb76505f?version=1.0&amp;t=1750768813736&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(12) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/241242386/Mika_Poutala_ministerikuvaus_06-2025.jpg/22de713b-9e5a-0185-d939-bae11557e94f?version=1.0&amp;t=1749112713957&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(13) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272310/Sari-Essayah-O45A8889-yja.jpg/e3323926-0103-fee5-23af-e5513275ba0c?version=1.0&amp;t=1708419677032&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(14) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/239186670/Matias+Marttinen-17+2025.jpg/d67d37a4-f8bc-ca8b-52f9-53fde593797d?version=1.0&amp;t=1746602617639&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(15) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/240032863/Sakari_Puisto_ministerikuvaus_05_2025.jpg/a4f5b92b-ee58-af9b-1768-434ab4667fd5?version=1.0&amp;t=1749197150248&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(16) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272362/Wille-Rydman-O45A2637-yja.jpg/4a2cad03-10ec-6943-6f45-70cff5d81229?version=1.0&amp;t=1708429052058&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(17) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272313/Sanni-Grahn-Laasonen-O45A2518-yja.jpg/e719b54d-6361-6078-fc9f-58813e7e1194?version=1.0&amp;t=1708424808778&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(18) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272331/Sari-Multala-O45A9507-yja.jpg/6a5250a8-8405-a957-626e-1bab73490970?version=1.0&amp;t=1707921329919&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(19) > img[alt=\"\"]"
              ]
            }
          ]
        },
        {
          "id": "image-redundant-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "best-practice"
          ],
          "description": "Ensure image alternative is not repeated as text",
          "help": "Alternative text of images should not be repeated as text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=fi_FI&amp;t=1776091964000\n\" alt=\"Valtioneuvosto\">",
              "target": [
                "img[alt=\"Valtioneuvosto\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Hae\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.justify-content-end.d-flex > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"] > img[alt=\"Hae\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272350/Petteri-Orpo-O45A3040-yja.jpg/f5c5e3c6-0a9e-15cd-40d2-7eb44a53d269?version=1.0&amp;t=1707915547378&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(1) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272353/Riikka-Purra-O45A3251-yja.jpg/9f5e2ff7-e3ab-fecb-1b2a-0b45c3205bf6?version=1.0&amp;t=1707916273269&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(2) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/216375106/Joakim-Strand-O45A2678-yja.jpg/4912ec88-de3b-f1b3-574f-db5e498c01ac?version=1.0&amp;t=1720520242224&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(3) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272371/Elina-Valtonen-O45A8720-yja.jpg/b4e216b6-63cd-2318-c088-36b47a2a6181?version=1.0&amp;t=1707916904258&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(4) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272368/Ville-Tavio-O45A9141-yja.jpg/b0008b19-5f3d-ceee-69cd-7ab72839a4d3?version=1.0&amp;t=1707917614407&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(5) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/1410853/5280004/Leena-Meri-06.jpg/73061419-a22c-1a9b-80a6-b10a1ab77733?version=1.0&amp;t=1701613281185&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(6) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272359/Mari-Rantanen-O45A9881-yja.jpg/cb3c97b0-c85f-5f3e-49ef-4fe6bebe8465?version=1.0&amp;t=1707918591115&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(7) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272356/Lulu-Ranne-O45A9746-yja.jpg/3d94632e-b43a-353a-f931-5e9c8b579d3e?version=1.0&amp;t=1708420219526&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(8) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272319/Antti-Hakkanen-O45A9039-yja.jpg/a30b9296-732a-b1a0-a5d0-20daeb7ebfd4?version=1.0&amp;t=1707919105157&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(9) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272322/Anna-Kaisa-Ikonen-O45A2901-yja.jpg/bbe21255-dbd9-6068-b432-19374306fa22?version=1.0&amp;t=1707919976901&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(10) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272304/Anders-Adlercreutz-O45A8602-yja.jpg/0602f3f5-2529-55eb-fc2d-286072a3fb54?version=1.0&amp;t=1708428447414&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(11) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/232090464/Mari-Leena_Talvitie_ministerikuva_06-2025.jpg/7fd86702-5d11-b647-20e3-1178eb76505f?version=1.0&amp;t=1750768813736&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(12) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/241242386/Mika_Poutala_ministerikuvaus_06-2025.jpg/22de713b-9e5a-0185-d939-bae11557e94f?version=1.0&amp;t=1749112713957&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(13) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272310/Sari-Essayah-O45A8889-yja.jpg/e3323926-0103-fee5-23af-e5513275ba0c?version=1.0&amp;t=1708419677032&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(14) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/239186670/Matias+Marttinen-17+2025.jpg/d67d37a4-f8bc-ca8b-52f9-53fde593797d?version=1.0&amp;t=1746602617639&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(15) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/240032863/Sakari_Puisto_ministerikuvaus_05_2025.jpg/a4f5b92b-ee58-af9b-1768-434ab4667fd5?version=1.0&amp;t=1749197150248&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(16) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272362/Wille-Rydman-O45A2637-yja.jpg/4a2cad03-10ec-6943-6f45-70cff5d81229?version=1.0&amp;t=1708429052058&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(17) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272313/Sanni-Grahn-Laasonen-O45A2518-yja.jpg/e719b54d-6361-6078-fc9f-58813e7e1194?version=1.0&amp;t=1708424808778&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(18) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272331/Sari-Multala-O45A9507-yja.jpg/6a5250a8-8405-a957-626e-1bab73490970?version=1.0&amp;t=1707921329919&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(19) > img[alt=\"\"]"
              ]
            }
          ]
        },
        {
          "id": "label-title-only",
          "impact": null,
          "tags": [
            "cat.forms",
            "best-practice"
          ],
          "description": "Ensure that every form element has a visible label and is not solely labeled using hidden labels, or the title or aria-describedby attributes",
          "help": "Form elements should have a visible label",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Hae\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            }
          ]
        },
        {
          "id": "label",
          "impact": null,
          "tags": [
            "cat.forms",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.n",
            "TTv5",
            "TT5.c",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.1.1"
          ],
          "description": "Ensure every form element has a label",
          "help": "Form elements must have labels",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "non-empty-placeholder",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a placeholder attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Hae\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            }
          ]
        },
        {
          "id": "landmark-banner-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the banner landmark is at top level",
          "help": "Banner landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-banner-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "banner"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The banner landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            }
          ]
        },
        {
          "id": "landmark-contentinfo-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the contentinfo landmark is at top level",
          "help": "Contentinfo landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-contentinfo-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "contentinfo"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The contentinfo landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer>",
              "target": [
                "footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-main-is-top-level",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the main landmark is at top level",
          "help": "Main landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-main-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "main"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The main landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main id=\"wrapper\">",
              "target": [
                "#wrapper"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-banner",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one banner landmark",
          "help": "Document should not have more than one banner landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-banner?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-banner",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one banner landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-contentinfo",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one contentinfo landmark",
          "help": "Document should not have more than one contentinfo landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-contentinfo?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-contentinfo",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one contentinfo landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer>",
              "target": [
                "footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<main id=\"wrapper\">",
                      "target": [
                        "#wrapper"
                      ]
                    },
                    {
                      "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
                      "target": [
                        "#main-content"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"fi-FI\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "banner",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "navigation",
                    "accessibleText": "sivuvalikko"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Sivuvalikko\">",
              "target": [
                "nav[aria-label=\"Sivuvalikko\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "navigation",
                    "accessibleText": "murupolku"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Murupolku\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "contentinfo",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer>",
              "target": [
                "footer"
              ]
            }
          ]
        },
        {
          "id": "link-in-text-block",
          "impact": null,
          "tags": [
            "cat.color",
            "wcag2a",
            "wcag141",
            "TTv5",
            "TT13.a",
            "EN-301-549",
            "EN-9.1.4.1",
            "RGAAv4",
            "RGAA-10.6.1"
          ],
          "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color",
          "help": "Links must be distinguishable without relying on color",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<div class=\"virkku-sijaisuudet panel border border-top-emphasis\">",
                      "target": [
                        ".virkku-sijaisuudet"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Links can be distinguished from surrounding text by visual styling"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/hallitukset-ja-ministerit\">Aiemmat hallitukset</a>",
              "target": [
                ".virkku-sijaisuudet > a[href$=\"hallitukset-ja-ministerit\"]"
              ]
            }
          ]
        },
        {
          "id": "link-name",
          "impact": null,
          "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"
          ],
          "description": "Ensure links have discernible text",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"#content-main\" id=\"skip-to-content\">Hyppää sisältöön</a>",
              "target": [
                "#skip-to-content"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"js-media-link media-link right yja-external-link\" href=\"https://media.valtioneuvosto.fi\">Media <i class=\"icon-caret-right\"></i></a>",
              "target": [
                ".js-media-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"logo default-logo\" href=\"/fi\" title=\"Mene Valtioneuvosto\"> <img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=fi_FI&amp;t=1776091964000\n\" alt=\"Valtioneuvosto\"> </a>",
              "target": [
                ".col-md-8.col-sm-12.heading-logo > .logo.default-logo[href=\"/fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/yhteystiedot\" class=\"additional-link\">Yhteystiedot</a>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.justify-content-end.d-flex > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(2) > .additional-link[href$=\"yhteystiedot\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/ajankohtaista\">Ajankohtaista</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(1) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/hallitukset\" aria-current=\"page\">Orpon hallitus</a>",
              "target": [
                ".selected.active.lfr-nav-item > .selected.active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/hallitusohjelma\">Hallitusohjelma</a>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(1) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/hallitusohjelman-seuranta\">Hallitusohjelman seuranta</a>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(2) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/ministerien-tyonjako-ja-sijaisuudet\">Ministerien työnjako ja sijaisuudet</a>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/ministerivaliokunnat-ja-tyoryhmat\">Ministerivaliokunnat ja -työryhmät</a>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(4) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/palkkiot-ja-sidonnaisuudet\">Ministerien palkkiot ja sidonnaisuudet</a>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/paatokset\">Päätökset</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/tietoa-valtioneuvostosta\">Valtioneuvosto</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(4) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hankkeet\">Säädösvalmistelu ja kehittämishankkeet</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/yhteystiedot\">Yhteystiedot</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/tietoa-sivustosta\">Tietoa sivustosta</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(7) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi\" aria-label=\"Valtioneuvosto - Etusivulle\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Valtioneuvosto - Etusivulle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/paaministeri\" class=\"link--main\"> Petteri Orpo </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(1) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/valtiovarainministeri\" class=\"link--main\"> Riikka Purra </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(2) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/eurooppa-ja-omistajaohjausministeri\" class=\"link--main\"> Joakim Strand </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(3) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/ulkoministeri\" class=\"link--main\"> Elina Valtonen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(4) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/ulkomaankauppa-ja-kehitysministeri\" class=\"link--main\"> Ville Tavio </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(5) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/oikeusministeri\" class=\"link--main\"> Leena Meri </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(6) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/sisaministeri\" class=\"link--main\"> Mari Rantanen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(7) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/liikenne-ja-viestintaministeri\" class=\"link--main\"> Lulu Ranne </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(8) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/puolustusministeri\" class=\"link--main\"> Antti Häkkänen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(9) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/kunta-ja-alueministeri\" class=\"link--main\"> Anna-Kaisa Ikonen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(10) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/opetusministeri\" class=\"link--main\"> Anders Adlercreutz </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(11) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/tiede-ja-kulttuuriministeri\" class=\"link--main\"> Mari-Leena Talvitie </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(12) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/liikunta-urheilu-ja-nuorisoministeri\" class=\"link--main\"> Mika Poutala </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(13) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/maa-ja-metsatalousministeri\" class=\"link--main\"> Sari Essayah </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(14) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/tyoministeri\" class=\"link--main\"> Matias Marttinen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(15) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/elinkeinoministeri\" class=\"link--main\"> Sakari Puisto </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(16) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/sosiaali-ja-terveysministeri\" class=\"link--main\"> Wille Rydman </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(17) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/sosiaaliturvaministeri\" class=\"link--main\"> Sanni Grahn-Laasonen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(18) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/ymparisto-ja-ilmastoministeri\" class=\"link--main\"> Sari Multala </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(19) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/hallitukset/hallitusohjelma\">Hallitusohjelma</a>",
              "target": [
                "ul:nth-child(8) > li:nth-child(1) > a[href$=\"hallitusohjelma\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/hallitukset/hallitusohjelman-seuranta\" rel=\"noopener noreferrer\">Hallitusohjelman seuranta</a>",
              "target": [
                "a[rel=\"noopener noreferrer\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/hallitukset/ministerivaliokunnat-ja-tyoryhmat\">Ministerivaliokunnat ja -työryhmät</a>",
              "target": [
                "ul:nth-child(8) > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"http://urn.fi/URN:ISBN:978-952-383-937-3\" class=\"yja-external-link\">Valtioneuvoston periaatepäätös valtioneuvoston viestinnästä<span class=\"sr-only\">Linkki toiselle sivustolle</span></a>",
              "target": [
                "ul:nth-child(8) > li:nth-child(4) > .yja-external-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/hallitukset/ministerien-tyonjako-ja-sijaisuudet\">Ministerien työnjako ja sijaisuudet</a>",
              "target": [
                ".virkku-sijaisuudet > ul > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/hallitukset/palkkiot-ja-sidonnaisuudet\">Ministerien palkkiot ja sidonnaisuudet</a>",
              "target": [
                ".virkku-sijaisuudet > ul > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/hallitukset-ja-ministerit\">Aiemmat hallitukset</a>",
              "target": [
                ".virkku-sijaisuudet > a[href$=\"hallitukset-ja-ministerit\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/valtioneuvoston-kanslia\"> Valtio­neuvoston kanslia <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(1) > a[href$=\"valtioneuvoston-kanslia\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://um.fi\" class=\"yja-external-link\"> Ulkoministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "a[href$=\"um.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://oikeusministerio.fi\" class=\"yja-external-link\"> Oikeusministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "a[href$=\"oikeusministerio.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://intermin.fi\" class=\"yja-external-link\"> Sisäministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(4) > .yja-external-link[href$=\"intermin.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://defmin.fi\" class=\"yja-external-link\"> Puolustusministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "a[href$=\"defmin.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://vm.fi\" class=\"yja-external-link\"> Valtiovarainministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(6) > .yja-external-link[href$=\"vm.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://okm.fi\" class=\"yja-external-link\"> Opetus- ja kulttuuriministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "a[href$=\"okm.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://mmm.fi\" class=\"yja-external-link\"> Maa- ja metsätalous­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(2) > .yja-external-link[href$=\"mmm.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://lvm.fi\" class=\"yja-external-link\"> Liikenne- ja viestintä­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "a[href$=\"lvm.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://tem.fi\" class=\"yja-external-link\"> Työ- ja elinkeino­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(4) > a[href$=\"tem.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://stm.fi\" class=\"yja-external-link\"> Sosiaali- ja terveys­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(5) > .yja-external-link[href$=\"stm.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://ym.fi\" class=\"yja-external-link\"> Ympäristö­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(6) > .yja-external-link[href$=\"ym.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://x.com/valtioneuvosto\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Valtioneuvosto x</span> <span class=\"sr-only\">, Linkki toiselle sivustolle</span> <span class=\"sr-only\">, Avautuu uudessa välilehdessä</span> <span class=\"x\"></span> </a>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://instagram.com/finnishgovernment\" target=\"_blank\" class=\"yja-external-link\">",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/@ValtioneuvostoStatsradet\" target=\"_blank\" class=\"yja-external-link\">",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://facebook.com/valtioneuvosto\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Valtioneuvosto facebook</span> <span class=\"sr-only\">, Linkki toiselle sivustolle</span> <span class=\"sr-only\">, Avautuu uudessa välilehdessä</span> <span class=\"facebook\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/tietoa-sivustosta\"> Tietoa sivustosta </a>",
              "target": [
                "li:nth-child(1) > a[href$=\"tietoa-sivustosta\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/viittomakieliset-sisallot\"> Viittomakieliset sisällöt </a>",
              "target": [
                "a[href$=\"viittomakieliset-sisallot\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/tietosuoja\"> Tietosuoja </a>",
              "target": [
                "li:nth-child(3) > a[href$=\"tietosuoja\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/evasteet\"> Evästeet </a>",
              "target": [
                "li:nth-child(4) > a[href$=\"evasteet\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/saavutettavuusseloste\"> Saavutettavuus </a>",
              "target": [
                "li:nth-child(5) > a[href$=\"saavutettavuusseloste\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/yhteystiedot\"> Yhteystiedot </a>",
              "target": [
                ".site-links > ul > li:nth-child(6) > a[href$=\"yhteystiedot\"]"
              ]
            }
          ]
        },
        {
          "id": "list",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure that lists are structured correctly",
          "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"layouts level-1\">",
              "target": [
                ".level-1.layouts"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"layouts level-2\">",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"breadcrumb breadcrumb-horizontal yjanav-breadcrumb\">",
              "target": [
                ".breadcrumb"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled row\">",
              "target": [
                ".row.list-unstyled"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"puoluejakauma\">",
              "target": [
                "ul[aria-labelledby=\"puoluejakauma\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul>",
              "target": [
                ".virkku-tietoja > ul:nth-child(8)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul> \n                        <li><a href=\"/hallitukset/ministerien-tyonjako-ja-sijaisuudet\">Ministerien työnjako ja sijaisuudet</a></li> \n                        <li><a href=\"/hallitukset/palkkiot-ja-sidonnaisuudet\">Ministerien palkkiot ja sidonnaisuudet</a></li> \n                       </ul>",
              "target": [
                ".virkku-sijaisuudet > ul"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_0\"> \n                         <li class=\"mb-2\"><span class=\"details\">Kaisa Juuso, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 20.2.2026</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(2)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_1\"> \n                         <li class=\"mb-2\"><span class=\"details\">Sandra Bergqvist, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 13.6.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(4)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_2\">",
              "target": [
                ".virkku-sijaisuudet > div > .list-unstyled:nth-child(6)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_3\"> \n                         <li class=\"mb-2\"><span class=\"details\">Arto Satonen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 6.5.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(8)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_4\"> \n                         <li class=\"mb-2\"><span class=\"details\">Sari Multala, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(10)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_5\"> \n                         <li class=\"mb-2\"><span class=\"details\">Kai Mykkänen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(12)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_6\"> \n                         <li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">30.8.2024 - 8.11.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(14)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_7\"> \n                         <li class=\"mb-2\"><span class=\"details\">Mari Rantanen, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(16)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_8\"> \n                         <li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(18)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_9\"> \n                         <li class=\"mb-2\"><span class=\"details\">Anders Adlercreutz, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(20)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_10\"> \n                         <li class=\"mb-2\"><span class=\"details\">Anna-Maja Henriksson, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(22)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul>",
              "target": [
                ".col-md-5 > ul"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul>",
              "target": [
                ".wrapper > .col-md-4 > ul"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul>",
              "target": [
                ".site-links > ul"
              ]
            }
          ]
        },
        {
          "id": "listitem",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure <li> elements are used semantically",
          "help": "<li> elements must be contained in a <ul> or <ol>",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\">",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open selected active\">",
              "target": [
                ".level-1.layouts > .selected.active.lfr-nav-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/hallitusohjelma\">Hallitusohjelma</a></li>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/hallitusohjelman-seuranta\">Hallitusohjelman seuranta</a></li>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/ministerien-tyonjako-ja-sijaisuudet\">Ministerien työnjako ja sijaisuudet</a></li>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/ministerivaliokunnat-ja-tyoryhmat\">Ministerivaliokunnat ja -työryhmät</a></li>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/palkkiot-ja-sidonnaisuudet\">Ministerien palkkiot ja sidonnaisuudet</a></li>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\">",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\">",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\">",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/yhteystiedot\">Yhteystiedot</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\">",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi\" aria-label=\"Valtioneuvosto - Etusivulle\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">Orpon hallitus</li>",
              "target": [
                ".breadcrumb > .active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(12)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(13)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(14)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(15)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(16)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(17)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(18)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(19)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"d-flex justify-content-between\"><span>Kansallinen Kokoomus</span> <span class=\"font-weight-bold\">8</span></li>",
              "target": [
                ".justify-content-between.d-flex:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"d-flex justify-content-between\"><span>Perussuomalaiset</span> <span class=\"font-weight-bold\">7</span></li>",
              "target": [
                ".justify-content-between.d-flex:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"d-flex justify-content-between\"><span>Suomen Kristillisdemokraatit</span> <span class=\"font-weight-bold\">2</span></li>",
              "target": [
                ".justify-content-between.d-flex:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"d-flex justify-content-between\"><span>Suomen ruotsalainen kansanpuolue</span> <span class=\"font-weight-bold\">2</span></li>",
              "target": [
                ".justify-content-between.d-flex:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/hallitukset/hallitusohjelma\">Hallitusohjelma</a></li>",
              "target": [
                ".virkku-tietoja > ul:nth-child(8) > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/hallitukset/hallitusohjelman-seuranta\" rel=\"noopener noreferrer\">Hallitusohjelman seuranta</a></li>",
              "target": [
                "ul:nth-child(8) > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/hallitukset/ministerivaliokunnat-ja-tyoryhmat\">Ministerivaliokunnat ja -työryhmät</a></li>",
              "target": [
                "ul:nth-child(8) > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"http://urn.fi/URN:ISBN:978-952-383-937-3\" class=\"yja-external-link\">Valtioneuvoston periaatepäätös valtioneuvoston viestinnästä<span class=\"sr-only\">Linkki toiselle sivustolle</span></a></li>",
              "target": [
                "ul:nth-child(8) > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/hallitukset/ministerien-tyonjako-ja-sijaisuudet\">Ministerien työnjako ja sijaisuudet</a></li>",
              "target": [
                ".virkku-sijaisuudet > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/hallitukset/palkkiot-ja-sidonnaisuudet\">Ministerien palkkiot ja sidonnaisuudet</a></li>",
              "target": [
                ".virkku-sijaisuudet > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Kaisa Juuso, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 20.2.2026</span></li>",
              "target": [
                ".list-unstyled:nth-child(2) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Sandra Bergqvist, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 13.6.2025</span></li>",
              "target": [
                ".list-unstyled:nth-child(4) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Wille Rydman, Perussuomalaiset</span><br> <span class=\"date\">6.7.2023 - 13.6.2025</span></li>",
              "target": [
                ".list-unstyled:nth-child(6) > .mb-2:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Vilhelm Junnila, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 6.7.2023</span></li>",
              "target": [
                ".list-unstyled:nth-child(6) > .mb-2:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Arto Satonen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 6.5.2025</span></li>",
              "target": [
                ".list-unstyled:nth-child(8) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Sari Multala, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li>",
              "target": [
                ".list-unstyled:nth-child(10) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Kai Mykkänen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li>",
              "target": [
                ".list-unstyled:nth-child(12) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">30.8.2024 - 8.11.2024</span></li>",
              "target": [
                ".list-unstyled:nth-child(14) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Mari Rantanen, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li>",
              "target": [
                ".list-unstyled:nth-child(16) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li>",
              "target": [
                ".list-unstyled:nth-child(18) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Anders Adlercreutz, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li>",
              "target": [
                ".list-unstyled:nth-child(20) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Anna-Maja Henriksson, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li>",
              "target": [
                ".list-unstyled:nth-child(22) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/valtioneuvoston-kanslia\"> Valtio­neuvoston kanslia <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".col-md-5 > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://um.fi\" class=\"yja-external-link\"> Ulkoministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".col-md-5 > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://oikeusministerio.fi\" class=\"yja-external-link\"> Oikeusministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".col-md-5 > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://intermin.fi\" class=\"yja-external-link\"> Sisäministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".col-md-5 > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://defmin.fi\" class=\"yja-external-link\"> Puolustusministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".col-md-5 > ul > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://vm.fi\" class=\"yja-external-link\"> Valtiovarainministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".col-md-5 > ul > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://okm.fi\" class=\"yja-external-link\"> Opetus- ja kulttuuriministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".wrapper > .col-md-4 > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://mmm.fi\" class=\"yja-external-link\"> Maa- ja metsätalous­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".wrapper > .col-md-4 > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://lvm.fi\" class=\"yja-external-link\"> Liikenne- ja viestintä­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".wrapper > .col-md-4 > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://tem.fi\" class=\"yja-external-link\"> Työ- ja elinkeino­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".wrapper > .col-md-4 > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://stm.fi\" class=\"yja-external-link\"> Sosiaali- ja terveys­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".wrapper > .col-md-4 > ul > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://ym.fi\" class=\"yja-external-link\"> Ympäristö­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".wrapper > .col-md-4 > ul > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/tietoa-sivustosta\"> Tietoa sivustosta </a></li>",
              "target": [
                ".site-links > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/viittomakieliset-sisallot\"> Viittomakieliset sisällöt </a></li>",
              "target": [
                ".site-links > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/tietosuoja\"> Tietosuoja </a></li>",
              "target": [
                ".site-links > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/evasteet\"> Evästeet </a></li>",
              "target": [
                ".site-links > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/saavutettavuusseloste\"> Saavutettavuus </a></li>",
              "target": [
                ".site-links > ul > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/yhteystiedot\"> Yhteystiedot </a></li>",
              "target": [
                ".site-links > ul > li:nth-child(6)"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta content=\"initial-scale=1.0, width=device-width\" name=\"viewport\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta content=\"initial-scale=1.0, width=device-width\" name=\"viewport\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Valtioneuvosto ja ministeriöt</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=fi_FI&amp;t=1776091964000\n\" alt=\"Valtioneuvosto\">",
              "target": [
                "img[alt=\"Valtioneuvosto\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn-primary search-btn\" type=\"submit\" onclick=\"YjaSearcher.submitSearchForm('#siteSearchField-0'); return false;\"><img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Hae\"></button>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.justify-content-end.d-flex > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Hae\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.justify-content-end.d-flex > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"] > img[alt=\"Hae\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                "hr:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                "hr:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                "hr:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                "hr:nth-child(6)"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<h1>Pääministeri Petteri Orpon hallitus</h1>",
                      "target": [
                        "h1"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"fi-FI\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "presentation-role-conflict",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice",
            "ACT"
          ],
          "description": "Ensure elements marked as presentational do not have global ARIA or tabindex so that all screen readers ignore them",
          "help": "Elements marked as presentational should be consistently ignored",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272350/Petteri-Orpo-O45A3040-yja.jpg/f5c5e3c6-0a9e-15cd-40d2-7eb44a53d269?version=1.0&amp;t=1707915547378&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(1) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272353/Riikka-Purra-O45A3251-yja.jpg/9f5e2ff7-e3ab-fecb-1b2a-0b45c3205bf6?version=1.0&amp;t=1707916273269&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(2) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/216375106/Joakim-Strand-O45A2678-yja.jpg/4912ec88-de3b-f1b3-574f-db5e498c01ac?version=1.0&amp;t=1720520242224&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(3) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272371/Elina-Valtonen-O45A8720-yja.jpg/b4e216b6-63cd-2318-c088-36b47a2a6181?version=1.0&amp;t=1707916904258&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(4) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272368/Ville-Tavio-O45A9141-yja.jpg/b0008b19-5f3d-ceee-69cd-7ab72839a4d3?version=1.0&amp;t=1707917614407&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(5) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/1410853/5280004/Leena-Meri-06.jpg/73061419-a22c-1a9b-80a6-b10a1ab77733?version=1.0&amp;t=1701613281185&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(6) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272359/Mari-Rantanen-O45A9881-yja.jpg/cb3c97b0-c85f-5f3e-49ef-4fe6bebe8465?version=1.0&amp;t=1707918591115&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(7) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272356/Lulu-Ranne-O45A9746-yja.jpg/3d94632e-b43a-353a-f931-5e9c8b579d3e?version=1.0&amp;t=1708420219526&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(8) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272319/Antti-Hakkanen-O45A9039-yja.jpg/a30b9296-732a-b1a0-a5d0-20daeb7ebfd4?version=1.0&amp;t=1707919105157&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(9) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272322/Anna-Kaisa-Ikonen-O45A2901-yja.jpg/bbe21255-dbd9-6068-b432-19374306fa22?version=1.0&amp;t=1707919976901&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(10) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272304/Anders-Adlercreutz-O45A8602-yja.jpg/0602f3f5-2529-55eb-fc2d-286072a3fb54?version=1.0&amp;t=1708428447414&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(11) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/232090464/Mari-Leena_Talvitie_ministerikuva_06-2025.jpg/7fd86702-5d11-b647-20e3-1178eb76505f?version=1.0&amp;t=1750768813736&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(12) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/241242386/Mika_Poutala_ministerikuvaus_06-2025.jpg/22de713b-9e5a-0185-d939-bae11557e94f?version=1.0&amp;t=1749112713957&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(13) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272310/Sari-Essayah-O45A8889-yja.jpg/e3323926-0103-fee5-23af-e5513275ba0c?version=1.0&amp;t=1708419677032&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(14) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/239186670/Matias+Marttinen-17+2025.jpg/d67d37a4-f8bc-ca8b-52f9-53fde593797d?version=1.0&amp;t=1746602617639&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(15) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/240032863/Sakari_Puisto_ministerikuvaus_05_2025.jpg/a4f5b92b-ee58-af9b-1768-434ab4667fd5?version=1.0&amp;t=1749197150248&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(16) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272362/Wille-Rydman-O45A2637-yja.jpg/4a2cad03-10ec-6943-6f45-70cff5d81229?version=1.0&amp;t=1708429052058&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(17) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272313/Sanni-Grahn-Laasonen-O45A2518-yja.jpg/e719b54d-6361-6078-fc9f-58813e7e1194?version=1.0&amp;t=1708424808778&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(18) > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272331/Sari-Multala-O45A9507-yja.jpg/6a5250a8-8405-a957-626e-1bab73490970?version=1.0&amp;t=1707921329919&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(19) > img[alt=\"\"]"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#content-main\" id=\"skip-to-content\">Hyppää sisältöön</a>",
              "target": [
                "#skip-to-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section> \n  </section>",
              "target": [
                "body > section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"media_curtain\" style=\"background-image: url(\"https://valtioneuvosto.fi/documents/10197/13793247/VN-navigaatio-taustakuvio2.svg/08fc1f6d-8f30-5955-13b8-6d7cb8694711?version=1.0&t=1583229996000\");\">",
              "target": [
                "#media_curtain"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"media-bar\">",
              "target": [
                ".media-bar"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"remove-bottom\">",
              "target": [
                ".remove-bottom"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Valtioneuvosto ja ministeriöt</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only-md d-md-inline-block\">Valtioneuvosto ja ministeriöt</span>",
              "target": [
                ".sr-only-md"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-caret-down\"></i>",
              "target": [
                ".vn-home > i"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"toggleLanSelectionViewWrapper\" id=\"languageSelectionWrapper\">",
              "target": [
                "#languageSelectionWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\"> Valitse kieli </span>",
              "target": [
                ".toggleLanSelectionView > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"js-media-link media-link right yja-external-link\" href=\"https://media.valtioneuvosto.fi\">Media <i class=\"icon-caret-right\"></i></a>",
              "target": [
                ".js-media-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-caret-right\"></i>",
              "target": [
                ".icon-caret-right"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container heading px-0\">",
              "target": [
                ".heading"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"d-flex row mx-0\">",
              "target": [
                ".mx-0"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-8 col-sm-12 px-0 heading-logo\">",
              "target": [
                ".col-md-8.col-sm-12.heading-logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"logo default-logo\" href=\"/fi\" title=\"Mene Valtioneuvosto\"> <img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=fi_FI&amp;t=1776091964000\n\" alt=\"Valtioneuvosto\"> </a>",
              "target": [
                ".col-md-8.col-sm-12.heading-logo > .logo.default-logo[href=\"/fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=fi_FI&amp;t=1776091964000\n\" alt=\"Valtioneuvosto\">",
              "target": [
                "img[alt=\"Valtioneuvosto\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-4 col-sm-12 px-0 heading-search\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"header-search-wrapper d-flex justify-content-end\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.justify-content-end.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<form class=\"top-search-form-static inline-form search-form\" action=\"            /haku?q=\" method=\"get\" name=\"_header_top_search_form\" onsubmit=\"YjaSearcher.submitSearchForm('#search-field');return false;\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.justify-content-end.d-flex > .top-search-form-static.inline-form.search-form"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"sr-only\" for=\"search-field\">Hakusana</label>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.justify-content-end.d-flex > .top-search-form-static.inline-form.search-form > label"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"input-group\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.justify-content-end.d-flex > .top-search-form-static.inline-form.search-form > .input-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"input-group-append\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.justify-content-end.d-flex > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Hae\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn-primary search-btn\" type=\"submit\" onclick=\"YjaSearcher.submitSearchForm('#siteSearchField-0'); return false;\"><img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Hae\"></button>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.justify-content-end.d-flex > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Hae\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.justify-content-end.d-flex > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"] > img[alt=\"Hae\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"input-group-append\"> \n          <a href=\"/yhteystiedot\" class=\"additional-link\">Yhteystiedot</a> \n         </div>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.justify-content-end.d-flex > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/yhteystiedot\" class=\"additional-link\">Yhteystiedot</a>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.justify-content-end.d-flex > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(2) > .additional-link[href$=\"yhteystiedot\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main id=\"wrapper\">",
              "target": [
                "#wrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section id=\"content\">",
              "target": [
                "#content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"row\">",
              "target": [
                "#main-content > .row"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-3\">",
              "target": [
                ".col-md-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-12\" id=\"column-0\">",
              "target": [
                "#column-0"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-dropzone portlet-column-content\" id=\"layout-column_column-0\">",
              "target": [
                "#layout-column_column-0"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary por...\" id=\"p_p_id_com_liferay_s...\">",
              "target": [
                "#p_p_id_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_flB3MriOSk53_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_flB3MriOSk53\"></span>",
              "target": [
                "#p_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_flB3MriOSk53"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_flB3MriOSk53\">",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_flB3MriOSk53"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_flB3MriOSk53\" name=\"aineisto-com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_flB3MriOSk53\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_flB3MriOSk53"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_flB3MriOSk53 > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \"> \n             <div class=\"autofit-col autofit-col-end\"> \n              <div class=\"autofit-section\"> \n              </div> \n             </div> \n            </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_flB3MriOSk53 > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n              <div class=\"autofit-section\"> \n              </div> \n             </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_flB3MriOSk53 > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col.autofit-col-end"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n              </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_flB3MriOSk53 > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col.autofit-col-end > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_flB3MriOSk53 > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_flB3MriOSk53 > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Sivuvalikko\">",
              "target": [
                "nav[aria-label=\"Sivuvalikko\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"list-menu\">",
              "target": [
                ".list-menu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"layouts level-1\">",
              "target": [
                ".level-1.layouts"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\">",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/ajankohtaista\">Ajankohtaista</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(1) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open selected active\">",
              "target": [
                ".level-1.layouts > .selected.active.lfr-nav-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/hallitukset\" aria-current=\"page\">Orpon hallitus</a>",
              "target": [
                ".selected.active.lfr-nav-item > .selected.active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"layouts level-2\">",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/hallitusohjelma\">Hallitusohjelma</a></li>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/hallitusohjelma\">Hallitusohjelma</a>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(1) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/hallitusohjelman-seuranta\">Hallitusohjelman seuranta</a></li>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/hallitusohjelman-seuranta\">Hallitusohjelman seuranta</a>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(2) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/ministerien-tyonjako-ja-sijaisuudet\">Ministerien työnjako ja sijaisuudet</a></li>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/ministerien-tyonjako-ja-sijaisuudet\">Ministerien työnjako ja sijaisuudet</a>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/ministerivaliokunnat-ja-tyoryhmat\">Ministerivaliokunnat ja -työryhmät</a></li>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/ministerivaliokunnat-ja-tyoryhmat\">Ministerivaliokunnat ja -työryhmät</a>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(4) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/palkkiot-ja-sidonnaisuudet\">Ministerien palkkiot ja sidonnaisuudet</a></li>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hallitukset/palkkiot-ja-sidonnaisuudet\">Ministerien palkkiot ja sidonnaisuudet</a>",
              "target": [
                ".selected.active.lfr-nav-item > .level-2.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\">",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/paatokset\">Päätökset</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\">",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/tietoa-valtioneuvostosta\">Valtioneuvosto</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(4) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\">",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/hankkeet\">Säädösvalmistelu ja kehittämishankkeet</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/yhteystiedot\">Yhteystiedot</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/yhteystiedot\">Yhteystiedot</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\">",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/tietoa-sivustosta\">Tietoa sivustosta</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(7) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-9\">",
              "target": [
                "#main-content > .row > .col-md-9"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"content-main\"></span>",
              "target": [
                "#content-main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row portlet-column-content\">",
              "target": [
                ".portlet-layout.portlet-column-content.row"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-12\">",
              "target": [
                ".portlet-layout.portlet-column-content.row > .col-md-12"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row\">",
              "target": [
                ".portlet-layout.row:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-12\" id=\"column-1\">",
              "target": [
                "#column-1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-dropzone portlet-column-content\" id=\"layout-column_column-1\">",
              "target": [
                "#layout-column_column-1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary por...\" id=\"p_p_id_com_liferay_s...\">",
              "target": [
                "#p_p_id_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa\"></span>",
              "target": [
                "#p_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa\">",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa\" name=\"aineisto-com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \"> \n                <div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                 </div> \n                </div> \n               </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                 </div> \n                </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col.autofit-col-end"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n                 </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col.autofit-col-end > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Murupolku\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_cXNfeVaxYyTa_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"breadcrumb breadcrumb-horizontal yjanav-breadcrumb\">",
              "target": [
                ".breadcrumb"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi\" aria-label=\"Valtioneuvosto - Etusivulle\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi\" aria-label=\"Valtioneuvosto - Etusivulle\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Valtioneuvosto - Etusivulle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">Orpon hallitus</li>",
              "target": [
                ".breadcrumb > .active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_  portlet-static portlet-static-end portlet-barebone portlet-journal-content \" id=\"p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_oDQda2BtNtZu_\">",
              "target": [
                "#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_oDQda2BtNtZu_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_oDQda2BtNtZu\"></span>",
              "target": [
                "#p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_oDQda2BtNtZu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_oDQda2BtNtZu\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_oDQda2BtNtZu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_oDQda2BtNtZu\" name=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_oDQda2BtNtZu\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_oDQda2BtNtZu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_oDQda2BtNtZu > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_oDQda2BtNtZu > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                  <div class=\"visible-interaction\"> \n                  </div> \n                 </div> \n                </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_oDQda2BtNtZu > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col.autofit-col-end"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n                  <div class=\"visible-interaction\"> \n                  </div> \n                 </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_oDQda2BtNtZu > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col.autofit-col-end > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_oDQda2BtNtZu > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_oDQda2BtNtZu > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"\" data-fragments-editor-item-id=\"10109-200362265\" data-fragments-editor-item-type=\"fragments-editor-mapped-item\">",
              "target": [
                "div[data-fragments-editor-item-id=\"10109-200362265\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"journal-content-article \" data-analytics-asset-id=\"200362263\" data-analytics-asset-title=\"Pääministeri Petteri Orpon hallitus -otsikko\" data-analytics-asset-type=\"web-content\">",
              "target": [
                "div[data-analytics-asset-id=\"200362263\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1>Pääministeri Petteri Orpon hallitus</h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"yja-meta-content-info\"> \n                   </div>",
              "target": [
                "div[data-analytics-asset-id=\"200362263\"] > .yja-meta-content-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary portlet-boundary_fi_yja_virkku_web_GovernmentPortlet_  portlet-static portlet-static-end portlet-barebone virkku-government-portlet \" id=\"p_p_id_fi_yja_virkku_web_GovernmentPortlet_\">",
              "target": [
                "#p_p_id_fi_yja_virkku_web_GovernmentPortlet_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_fi_yja_virkku_web_GovernmentPortlet\"></span>",
              "target": [
                "#p_fi_yja_virkku_web_GovernmentPortlet"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_fi_yja_virkku_web_GovernmentPortlet\">",
              "target": [
                "#portlet_fi_yja_virkku_web_GovernmentPortlet"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-fi_yja_virkku_web_GovernmentPortlet\" name=\"aineisto-fi_yja_virkku_web_GovernmentPortlet\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-fi_yja_virkku_web_GovernmentPortlet"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_fi_yja_virkku_web_GovernmentPortlet > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \"> \n                <div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                 </div> \n                </div> \n               </div>",
              "target": [
                "#portlet_fi_yja_virkku_web_GovernmentPortlet > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                 </div> \n                </div>",
              "target": [
                "#portlet_fi_yja_virkku_web_GovernmentPortlet > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col.autofit-col-end"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n                 </div>",
              "target": [
                "#portlet_fi_yja_virkku_web_GovernmentPortlet > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col.autofit-col-end > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_fi_yja_virkku_web_GovernmentPortlet > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_fi_yja_virkku_web_GovernmentPortlet > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"government-view-wrapper d-flex flex-wrap\">",
              "target": [
                ".government-view-wrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"virkku-view\">",
              "target": [
                ".virkku-view"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>20.6.2023 -</p>",
              "target": [
                ".virkku-view > p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"virkku-grid\">",
              "target": [
                ".virkku-grid"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"row\">",
              "target": [
                ".virkku-grid > .row"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-8\">",
              "target": [
                ".virkku-grid > .row > .col-md-8"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled row\">",
              "target": [
                ".row.list-unstyled"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272350/Petteri-Orpo-O45A3040-yja.jpg/f5c5e3c6-0a9e-15cd-40d2-7eb44a53d269?version=1.0&amp;t=1707915547378&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(1) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/paaministeri\" class=\"link--main\"> Petteri Orpo </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(1) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/paaministeri\" class=\"link--main\"> Petteri Orpo </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(1) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Pääministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(1) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272353/Riikka-Purra-O45A3251-yja.jpg/9f5e2ff7-e3ab-fecb-1b2a-0b45c3205bf6?version=1.0&amp;t=1707916273269&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(2) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/valtiovarainministeri\" class=\"link--main\"> Riikka Purra </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(2) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/valtiovarainministeri\" class=\"link--main\"> Riikka Purra </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(2) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Valtiovarainministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(2) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/216375106/Joakim-Strand-O45A2678-yja.jpg/4912ec88-de3b-f1b3-574f-db5e498c01ac?version=1.0&amp;t=1720520242224&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(3) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/eurooppa-ja-omistajaohjausministeri\" class=\"link--main\"> Joakim Strand </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(3) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/eurooppa-ja-omistajaohjausministeri\" class=\"link--main\"> Joakim Strand </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(3) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Eurooppa- ja omistajaohjausministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(3) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272371/Elina-Valtonen-O45A8720-yja.jpg/b4e216b6-63cd-2318-c088-36b47a2a6181?version=1.0&amp;t=1707916904258&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(4) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/ulkoministeri\" class=\"link--main\"> Elina Valtonen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(4) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/ulkoministeri\" class=\"link--main\"> Elina Valtonen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(4) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Ulkoministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(4) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272368/Ville-Tavio-O45A9141-yja.jpg/b0008b19-5f3d-ceee-69cd-7ab72839a4d3?version=1.0&amp;t=1707917614407&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(5) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/ulkomaankauppa-ja-kehitysministeri\" class=\"link--main\"> Ville Tavio </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(5) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/ulkomaankauppa-ja-kehitysministeri\" class=\"link--main\"> Ville Tavio </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(5) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Ulkomaankauppa- ja kehitysministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(5) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/1410853/5280004/Leena-Meri-06.jpg/73061419-a22c-1a9b-80a6-b10a1ab77733?version=1.0&amp;t=1701613281185&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(6) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/oikeusministeri\" class=\"link--main\"> Leena Meri </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(6) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/oikeusministeri\" class=\"link--main\"> Leena Meri </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(6) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Oikeusministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(6) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272359/Mari-Rantanen-O45A9881-yja.jpg/cb3c97b0-c85f-5f3e-49ef-4fe6bebe8465?version=1.0&amp;t=1707918591115&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(7) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/sisaministeri\" class=\"link--main\"> Mari Rantanen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(7) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/sisaministeri\" class=\"link--main\"> Mari Rantanen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(7) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Sisäministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(7) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272356/Lulu-Ranne-O45A9746-yja.jpg/3d94632e-b43a-353a-f931-5e9c8b579d3e?version=1.0&amp;t=1708420219526&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(8) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/liikenne-ja-viestintaministeri\" class=\"link--main\"> Lulu Ranne </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(8) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/liikenne-ja-viestintaministeri\" class=\"link--main\"> Lulu Ranne </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(8) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Liikenne- ja viestintäministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(8) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272319/Antti-Hakkanen-O45A9039-yja.jpg/a30b9296-732a-b1a0-a5d0-20daeb7ebfd4?version=1.0&amp;t=1707919105157&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(9) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/puolustusministeri\" class=\"link--main\"> Antti Häkkänen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(9) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/puolustusministeri\" class=\"link--main\"> Antti Häkkänen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(9) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Puolustusministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(9) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272322/Anna-Kaisa-Ikonen-O45A2901-yja.jpg/bbe21255-dbd9-6068-b432-19374306fa22?version=1.0&amp;t=1707919976901&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(10) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/kunta-ja-alueministeri\" class=\"link--main\"> Anna-Kaisa Ikonen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(10) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/kunta-ja-alueministeri\" class=\"link--main\"> Anna-Kaisa Ikonen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(10) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Kunta- ja alueministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(10) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272304/Anders-Adlercreutz-O45A8602-yja.jpg/0602f3f5-2529-55eb-fc2d-286072a3fb54?version=1.0&amp;t=1708428447414&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(11) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/opetusministeri\" class=\"link--main\"> Anders Adlercreutz </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(11) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/opetusministeri\" class=\"link--main\"> Anders Adlercreutz </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(11) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Opetusministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(11) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(12)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/232090464/Mari-Leena_Talvitie_ministerikuva_06-2025.jpg/7fd86702-5d11-b647-20e3-1178eb76505f?version=1.0&amp;t=1750768813736&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(12) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/tiede-ja-kulttuuriministeri\" class=\"link--main\"> Mari-Leena Talvitie </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(12) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/tiede-ja-kulttuuriministeri\" class=\"link--main\"> Mari-Leena Talvitie </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(12) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Tiede- ja kulttuuriministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(12) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(13)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/241242386/Mika_Poutala_ministerikuvaus_06-2025.jpg/22de713b-9e5a-0185-d939-bae11557e94f?version=1.0&amp;t=1749112713957&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(13) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/liikunta-urheilu-ja-nuorisoministeri\" class=\"link--main\"> Mika Poutala </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(13) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/liikunta-urheilu-ja-nuorisoministeri\" class=\"link--main\"> Mika Poutala </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(13) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Liikunta-, urheilu- ja nuorisoministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(13) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(14)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272310/Sari-Essayah-O45A8889-yja.jpg/e3323926-0103-fee5-23af-e5513275ba0c?version=1.0&amp;t=1708419677032&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(14) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/maa-ja-metsatalousministeri\" class=\"link--main\"> Sari Essayah </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(14) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/maa-ja-metsatalousministeri\" class=\"link--main\"> Sari Essayah </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(14) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Maa- ja metsätalousministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(14) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(15)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/239186670/Matias+Marttinen-17+2025.jpg/d67d37a4-f8bc-ca8b-52f9-53fde593797d?version=1.0&amp;t=1746602617639&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(15) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/tyoministeri\" class=\"link--main\"> Matias Marttinen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(15) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/tyoministeri\" class=\"link--main\"> Matias Marttinen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(15) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Työministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(15) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(16)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/240032863/Sakari_Puisto_ministerikuvaus_05_2025.jpg/a4f5b92b-ee58-af9b-1768-434ab4667fd5?version=1.0&amp;t=1749197150248&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(16) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/elinkeinoministeri\" class=\"link--main\"> Sakari Puisto </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(16) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/elinkeinoministeri\" class=\"link--main\"> Sakari Puisto </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(16) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Elinkeinoministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(16) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(17)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272362/Wille-Rydman-O45A2637-yja.jpg/4a2cad03-10ec-6943-6f45-70cff5d81229?version=1.0&amp;t=1708429052058&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(17) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/sosiaali-ja-terveysministeri\" class=\"link--main\"> Wille Rydman </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(17) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/sosiaali-ja-terveysministeri\" class=\"link--main\"> Wille Rydman </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(17) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Sosiaali- ja terveysministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(17) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(18)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272313/Sanni-Grahn-Laasonen-O45A2518-yja.jpg/e719b54d-6361-6078-fc9f-58813e7e1194?version=1.0&amp;t=1708424808778&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(18) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/sosiaaliturvaministeri\" class=\"link--main\"> Sanni Grahn-Laasonen </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(18) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/sosiaaliturvaministeri\" class=\"link--main\"> Sanni Grahn-Laasonen </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(18) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Sosiaaliturvaministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(18) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"col-md-6 mb-2 yja-card linkify\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(19)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"mb-2\" src=\"https://valtioneuvosto.fi/documents/194055633/209272331/Sari-Multala-O45A9507-yja.jpg/6a5250a8-8405-a957-626e-1bab73490970?version=1.0&amp;t=1707921329919&amp;imagePreview=1\" alt=\"\">",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(19) > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"minister-name h4 mb-1\"><a href=\"/ministerit/-/min/orpo/ymparisto-ja-ilmastoministeri\" class=\"link--main\"> Sari Multala </a></h2>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(19) > .minister-name.h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/ministerit/-/min/orpo/ymparisto-ja-ilmastoministeri\" class=\"link--main\"> Sari Multala </a>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(19) > .minister-name.h4 > .link--main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"minister-title\">Ympäristö- ja ilmastoministeri</p>",
              "target": [
                ".yja-card.linkify.col-md-6:nth-child(19) > .minister-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-4 virkku--side-panel\">",
              "target": [
                ".virkku--side-panel"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"virkku-tietoja panel border border-top-emphasis\">",
              "target": [
                ".virkku-tietoja"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>Tietoja</h2>",
              "target": [
                ".virkku-tietoja > h2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Hallituspäivät 1036</h3>",
              "target": [
                "h3:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>77. hallitus</h3>",
              "target": [
                "h3:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                "hr:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 id=\"puoluejakauma\">Puoluejakauma</h3>",
              "target": [
                "#puoluejakauma"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"puoluejakauma\">",
              "target": [
                "ul[aria-labelledby=\"puoluejakauma\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"d-flex justify-content-between\"><span>Kansallinen Kokoomus</span> <span class=\"font-weight-bold\">8</span></li>",
              "target": [
                ".justify-content-between.d-flex:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Kansallinen Kokoomus</span>",
              "target": [
                ".justify-content-between.d-flex:nth-child(1) > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"font-weight-bold\">8</span>",
              "target": [
                ".justify-content-between.d-flex:nth-child(1) > .font-weight-bold"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"d-flex justify-content-between\"><span>Perussuomalaiset</span> <span class=\"font-weight-bold\">7</span></li>",
              "target": [
                ".justify-content-between.d-flex:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Perussuomalaiset</span>",
              "target": [
                ".justify-content-between.d-flex:nth-child(2) > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"font-weight-bold\">7</span>",
              "target": [
                ".justify-content-between.d-flex:nth-child(2) > .font-weight-bold"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"d-flex justify-content-between\"><span>Suomen Kristillisdemokraatit</span> <span class=\"font-weight-bold\">2</span></li>",
              "target": [
                ".justify-content-between.d-flex:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Suomen Kristillisdemokraatit</span>",
              "target": [
                ".justify-content-between.d-flex:nth-child(3) > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"font-weight-bold\">2</span>",
              "target": [
                ".justify-content-between.d-flex:nth-child(3) > .font-weight-bold"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"d-flex justify-content-between\"><span>Suomen ruotsalainen kansanpuolue</span> <span class=\"font-weight-bold\">2</span></li>",
              "target": [
                ".justify-content-between.d-flex:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Suomen ruotsalainen kansanpuolue</span>",
              "target": [
                ".justify-content-between.d-flex:nth-child(4) > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"font-weight-bold\">2</span>",
              "target": [
                ".justify-content-between.d-flex:nth-child(4) > .font-weight-bold"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                "hr:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul>",
              "target": [
                ".virkku-tietoja > ul:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/hallitukset/hallitusohjelma\">Hallitusohjelma</a></li>",
              "target": [
                ".virkku-tietoja > ul:nth-child(8) > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/hallitukset/hallitusohjelma\">Hallitusohjelma</a>",
              "target": [
                "ul:nth-child(8) > li:nth-child(1) > a[href$=\"hallitusohjelma\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/hallitukset/hallitusohjelman-seuranta\" rel=\"noopener noreferrer\">Hallitusohjelman seuranta</a></li>",
              "target": [
                "ul:nth-child(8) > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/hallitukset/hallitusohjelman-seuranta\" rel=\"noopener noreferrer\">Hallitusohjelman seuranta</a>",
              "target": [
                "a[rel=\"noopener noreferrer\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/hallitukset/ministerivaliokunnat-ja-tyoryhmat\">Ministerivaliokunnat ja -työryhmät</a></li>",
              "target": [
                "ul:nth-child(8) > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/hallitukset/ministerivaliokunnat-ja-tyoryhmat\">Ministerivaliokunnat ja -työryhmät</a>",
              "target": [
                "ul:nth-child(8) > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"http://urn.fi/URN:ISBN:978-952-383-937-3\" class=\"yja-external-link\">Valtioneuvoston periaatepäätös valtioneuvoston viestinnästä<span class=\"sr-only\">Linkki toiselle sivustolle</span></a></li>",
              "target": [
                "ul:nth-child(8) > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"http://urn.fi/URN:ISBN:978-952-383-937-3\" class=\"yja-external-link\">Valtioneuvoston periaatepäätös valtioneuvoston viestinnästä<span class=\"sr-only\">Linkki toiselle sivustolle</span></a>",
              "target": [
                "ul:nth-child(8) > li:nth-child(4) > .yja-external-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Linkki toiselle sivustolle</span>",
              "target": [
                "ul:nth-child(8) > li:nth-child(4) > .yja-external-link > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"virkku-sijaisuudet panel border border-top-emphasis\">",
              "target": [
                ".virkku-sijaisuudet"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Sijaisuudet ja palkkiot</h3>",
              "target": [
                ".virkku-sijaisuudet > h3:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul> \n                        <li><a href=\"/hallitukset/ministerien-tyonjako-ja-sijaisuudet\">Ministerien työnjako ja sijaisuudet</a></li> \n                        <li><a href=\"/hallitukset/palkkiot-ja-sidonnaisuudet\">Ministerien palkkiot ja sidonnaisuudet</a></li> \n                       </ul>",
              "target": [
                ".virkku-sijaisuudet > ul"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/hallitukset/ministerien-tyonjako-ja-sijaisuudet\">Ministerien työnjako ja sijaisuudet</a></li>",
              "target": [
                ".virkku-sijaisuudet > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/hallitukset/ministerien-tyonjako-ja-sijaisuudet\">Ministerien työnjako ja sijaisuudet</a>",
              "target": [
                ".virkku-sijaisuudet > ul > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/hallitukset/palkkiot-ja-sidonnaisuudet\">Ministerien palkkiot ja sidonnaisuudet</a></li>",
              "target": [
                ".virkku-sijaisuudet > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/hallitukset/palkkiot-ja-sidonnaisuudet\">Ministerien palkkiot ja sidonnaisuudet</a>",
              "target": [
                ".virkku-sijaisuudet > ul > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                "hr:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 id=\"ministerivaihdokset\">Ministerivaihdokset</h3>",
              "target": [
                "#ministerivaihdokset"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div>",
              "target": [
                ".virkku-sijaisuudet > div"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_0\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Sosiaali- ja terveysministeri</h4>",
              "target": [
                "#ministerTitle_0"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_0\"> \n                         <li class=\"mb-2\"><span class=\"details\">Kaisa Juuso, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 20.2.2026</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Kaisa Juuso, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 20.2.2026</span></li>",
              "target": [
                ".list-unstyled:nth-child(2) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Kaisa Juuso, Perussuomalaiset</span>",
              "target": [
                ".list-unstyled:nth-child(2) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".list-unstyled:nth-child(2) > .mb-2 > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 20.2.2026</span>",
              "target": [
                ".list-unstyled:nth-child(2) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_1\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikunta-, urheilu- ja nuorisoministeri</h4>",
              "target": [
                "#ministerTitle_1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_1\"> \n                         <li class=\"mb-2\"><span class=\"details\">Sandra Bergqvist, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 13.6.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Sandra Bergqvist, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 13.6.2025</span></li>",
              "target": [
                ".list-unstyled:nth-child(4) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Sandra Bergqvist, Suomen ruotsalainen kansanpuolue</span>",
              "target": [
                ".list-unstyled:nth-child(4) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".list-unstyled:nth-child(4) > .mb-2 > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 13.6.2025</span>",
              "target": [
                ".list-unstyled:nth-child(4) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_2\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Elinkeinoministeri</h4>",
              "target": [
                "#ministerTitle_2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_2\">",
              "target": [
                ".virkku-sijaisuudet > div > .list-unstyled:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Wille Rydman, Perussuomalaiset</span><br> <span class=\"date\">6.7.2023 - 13.6.2025</span></li>",
              "target": [
                ".list-unstyled:nth-child(6) > .mb-2:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Wille Rydman, Perussuomalaiset</span>",
              "target": [
                ".list-unstyled:nth-child(6) > .mb-2:nth-child(1) > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".list-unstyled:nth-child(6) > .mb-2:nth-child(1) > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">6.7.2023 - 13.6.2025</span>",
              "target": [
                ".list-unstyled:nth-child(6) > .mb-2:nth-child(1) > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Vilhelm Junnila, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 6.7.2023</span></li>",
              "target": [
                ".list-unstyled:nth-child(6) > .mb-2:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Vilhelm Junnila, Perussuomalaiset</span>",
              "target": [
                ".mb-2:nth-child(2) > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".mb-2:nth-child(2) > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 6.7.2023</span>",
              "target": [
                ".mb-2:nth-child(2) > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_3\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Työministeri</h4>",
              "target": [
                "#ministerTitle_3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_3\"> \n                         <li class=\"mb-2\"><span class=\"details\">Arto Satonen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 6.5.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Arto Satonen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 6.5.2025</span></li>",
              "target": [
                ".list-unstyled:nth-child(8) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Arto Satonen, Kansallinen Kokoomus</span>",
              "target": [
                ".list-unstyled:nth-child(8) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".list-unstyled:nth-child(8) > .mb-2 > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 6.5.2025</span>",
              "target": [
                ".list-unstyled:nth-child(8) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_4\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Tiede- ja kulttuuriministeri</h4>",
              "target": [
                "#ministerTitle_4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_4\"> \n                         <li class=\"mb-2\"><span class=\"details\">Sari Multala, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Sari Multala, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li>",
              "target": [
                ".list-unstyled:nth-child(10) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Sari Multala, Kansallinen Kokoomus</span>",
              "target": [
                ".list-unstyled:nth-child(10) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".list-unstyled:nth-child(10) > .mb-2 > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 24.1.2025</span>",
              "target": [
                ".list-unstyled:nth-child(10) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_5\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Ympäristö- ja ilmastoministeri</h4>",
              "target": [
                "#ministerTitle_5"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_5\"> \n                         <li class=\"mb-2\"><span class=\"details\">Kai Mykkänen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(12)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Kai Mykkänen, Kansallinen Kokoomus</span><br> <span class=\"date\">20.6.2023 - 24.1.2025</span></li>",
              "target": [
                ".list-unstyled:nth-child(12) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Kai Mykkänen, Kansallinen Kokoomus</span>",
              "target": [
                ".list-unstyled:nth-child(12) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".list-unstyled:nth-child(12) > .mb-2 > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 24.1.2025</span>",
              "target": [
                ".list-unstyled:nth-child(12) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_6\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikenne-, viestintä- ja sisäministeri</h4>",
              "target": [
                "#ministerTitle_6"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_6\"> \n                         <li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">30.8.2024 - 8.11.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(14)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">30.8.2024 - 8.11.2024</span></li>",
              "target": [
                ".list-unstyled:nth-child(14) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Lulu Ranne, Perussuomalaiset</span>",
              "target": [
                ".list-unstyled:nth-child(14) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".list-unstyled:nth-child(14) > .mb-2 > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">30.8.2024 - 8.11.2024</span>",
              "target": [
                ".list-unstyled:nth-child(14) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_7\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Sisäministeri</h4>",
              "target": [
                "#ministerTitle_7"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_7\"> \n                         <li class=\"mb-2\"><span class=\"details\">Mari Rantanen, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(16)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Mari Rantanen, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li>",
              "target": [
                ".list-unstyled:nth-child(16) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Mari Rantanen, Perussuomalaiset</span>",
              "target": [
                ".list-unstyled:nth-child(16) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".list-unstyled:nth-child(16) > .mb-2 > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 30.8.2024</span>",
              "target": [
                ".list-unstyled:nth-child(16) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_8\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Liikenne- ja viestintäministeri</h4>",
              "target": [
                "#ministerTitle_8"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_8\"> \n                         <li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(18)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Lulu Ranne, Perussuomalaiset</span><br> <span class=\"date\">20.6.2023 - 30.8.2024</span></li>",
              "target": [
                ".list-unstyled:nth-child(18) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Lulu Ranne, Perussuomalaiset</span>",
              "target": [
                ".list-unstyled:nth-child(18) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".list-unstyled:nth-child(18) > .mb-2 > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 30.8.2024</span>",
              "target": [
                ".list-unstyled:nth-child(18) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_9\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Eurooppa- ja omistajaohjausministeri</h4>",
              "target": [
                "#ministerTitle_9"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_9\"> \n                         <li class=\"mb-2\"><span class=\"details\">Anders Adlercreutz, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(20)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Anders Adlercreutz, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li>",
              "target": [
                ".list-unstyled:nth-child(20) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Anders Adlercreutz, Suomen ruotsalainen kansanpuolue</span>",
              "target": [
                ".list-unstyled:nth-child(20) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".list-unstyled:nth-child(20) > .mb-2 > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 5.7.2024</span>",
              "target": [
                ".list-unstyled:nth-child(20) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4 id=\"ministerTitle_10\" class=\"font-size-18 mb-1 pb-0 border-bottom-0\">Opetusministeri</h4>",
              "target": [
                "#ministerTitle_10"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-unstyled\" aria-labelledby=\"ministerivaihdokset ministerTitle_10\"> \n                         <li class=\"mb-2\"><span class=\"details\">Anna-Maja Henriksson, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li> \n                        </ul>",
              "target": [
                ".list-unstyled:nth-child(22)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"mb-2\"><span class=\"details\">Anna-Maja Henriksson, Suomen ruotsalainen kansanpuolue</span><br> <span class=\"date\">20.6.2023 - 5.7.2024</span></li>",
              "target": [
                ".list-unstyled:nth-child(22) > .mb-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"details\">Anna-Maja Henriksson, Suomen ruotsalainen kansanpuolue</span>",
              "target": [
                ".list-unstyled:nth-child(22) > .mb-2 > .details"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".list-unstyled:nth-child(22) > .mb-2 > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"date\">20.6.2023 - 5.7.2024</span>",
              "target": [
                ".list-unstyled:nth-child(22) > .mb-2 > .date"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                "hr:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Edellinen hallitus</h3>",
              "target": [
                "h3:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"text-dark\">Marin 10.12.2019 - 20.6.2023</p>",
              "target": [
                ".text-dark"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/hallitukset-ja-ministerit\">Aiemmat hallitukset</a>",
              "target": [
                ".virkku-sijaisuudet > a[href$=\"hallitukset-ja-ministerit\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row\"> \n          <div class=\"portlet-column col-md-12\" id=\"column-2\"> \n           <div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-2\"></div> \n          </div> \n         </div>",
              "target": [
                ".col-md-12 > .portlet-layout.row:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-12\" id=\"column-2\"> \n           <div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-2\"></div> \n          </div>",
              "target": [
                "#column-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-2\"></div>",
              "target": [
                "#layout-column_column-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row\">",
              "target": [
                ".portlet-layout.row:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-6\" id=\"column-3\"> \n           <div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-3\"></div> \n          </div>",
              "target": [
                "#column-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-3\"></div>",
              "target": [
                "#layout-column_column-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-6\" id=\"column-4\"> \n           <div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-4\"></div> \n          </div>",
              "target": [
                "#column-4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-4\"></div>",
              "target": [
                "#layout-column_column-4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row\"> \n          <div class=\"portlet-column col-md-12\" id=\"column-5\"> \n           <div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-5\"></div> \n          </div> \n         </div>",
              "target": [
                ".portlet-layout.row:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-12\" id=\"column-5\"> \n           <div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-5\"></div> \n          </div>",
              "target": [
                "#column-5"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-5\"></div>",
              "target": [
                "#layout-column_column-5"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_  portlet-static portlet-static-end portlet-barebone portlet-journal-content \" id=\"p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_200230055_rs_\">",
              "target": [
                "#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_200230055_rs_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_200230055_rs\"></span>",
              "target": [
                "#p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_200230055_rs"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_200230055_rs\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_200230055_rs"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_200230055_rs\" name=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_200230055_rs\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_200230055_rs"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_200230055_rs > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \"> \n        <div class=\"autofit-col autofit-col-end\"> \n         <div class=\"autofit-section\"> \n          <div class=\"visible-interaction\"> \n          </div> \n         </div> \n        </div> \n       </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_200230055_rs > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n         <div class=\"autofit-section\"> \n          <div class=\"visible-interaction\"> \n          </div> \n         </div> \n        </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_200230055_rs > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col.autofit-col-end"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n          <div class=\"visible-interaction\"> \n          </div> \n         </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_200230055_rs > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col.autofit-col-end > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_200230055_rs > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_200230055_rs > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"\" data-fragments-editor-item-id=\"10109-200293264\" data-fragments-editor-item-type=\"fragments-editor-mapped-item\">",
              "target": [
                "div[data-fragments-editor-item-id=\"10109-200293264\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"journal-content-article \" data-analytics-asset-id=\"200293262\" data-analytics-asset-title=\"Askem-painikkeet | Valtioneuvosto.fi\" data-analytics-asset-type=\"web-content\">",
              "target": [
                "div[data-analytics-asset-id=\"200293262\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"rns\" style=\"margin-top: 70px;\">\n             &nbsp; \n           </div>",
              "target": [
                ".rns"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"yja-meta-content-info\"> \n           </div>",
              "target": [
                "div[data-analytics-asset-id=\"200293262\"] > .yja-meta-content-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer>",
              "target": [
                "footer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"top\">",
              "target": [
                ".top"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container\">",
              "target": [
                ".top > .container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"heading-wrapper row justify-content-end\"> \n      <div class=\"col-md-9\"> \n       <h3 class=\"title\">Ministeriöt</h3> \n      </div> \n     </div>",
              "target": [
                ".heading-wrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-9\"> \n       <h3 class=\"title\">Ministeriöt</h3> \n      </div>",
              "target": [
                ".heading-wrapper > .col-md-9"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Ministeriöt</h3>",
              "target": [
                ".col-md-9 > .title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"wrapper row justify-content-end\">",
              "target": [
                ".wrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-5\">",
              "target": [
                ".wrapper > .col-md-5"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul>",
              "target": [
                ".col-md-5 > ul"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/valtioneuvoston-kanslia\"> Valtio­neuvoston kanslia <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".col-md-5 > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/valtioneuvoston-kanslia\"> Valtio­neuvoston kanslia <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(1) > a[href$=\"valtioneuvoston-kanslia\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Linkki toiselle sivustolle</span>",
              "target": [
                "a[href$=\"valtioneuvoston-kanslia\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://um.fi\" class=\"yja-external-link\"> Ulkoministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".col-md-5 > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://um.fi\" class=\"yja-external-link\"> Ulkoministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "a[href$=\"um.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Linkki toiselle sivustolle</span>",
              "target": [
                "a[href$=\"um.fi\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://oikeusministerio.fi\" class=\"yja-external-link\"> Oikeusministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".col-md-5 > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://oikeusministerio.fi\" class=\"yja-external-link\"> Oikeusministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "a[href$=\"oikeusministerio.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Linkki toiselle sivustolle</span>",
              "target": [
                "a[href$=\"oikeusministerio.fi\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://intermin.fi\" class=\"yja-external-link\"> Sisäministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".col-md-5 > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://intermin.fi\" class=\"yja-external-link\"> Sisäministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(4) > .yja-external-link[href$=\"intermin.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Linkki toiselle sivustolle</span>",
              "target": [
                ".yja-external-link[href$=\"intermin.fi\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://defmin.fi\" class=\"yja-external-link\"> Puolustusministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".col-md-5 > ul > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://defmin.fi\" class=\"yja-external-link\"> Puolustusministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "a[href$=\"defmin.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Linkki toiselle sivustolle</span>",
              "target": [
                "a[href$=\"defmin.fi\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://vm.fi\" class=\"yja-external-link\"> Valtiovarainministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".col-md-5 > ul > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://vm.fi\" class=\"yja-external-link\"> Valtiovarainministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(6) > .yja-external-link[href$=\"vm.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Linkki toiselle sivustolle</span>",
              "target": [
                "li:nth-child(6) > .yja-external-link[href$=\"vm.fi\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-4\">",
              "target": [
                ".wrapper > .col-md-4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul>",
              "target": [
                ".wrapper > .col-md-4 > ul"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://okm.fi\" class=\"yja-external-link\"> Opetus- ja kulttuuriministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".wrapper > .col-md-4 > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://okm.fi\" class=\"yja-external-link\"> Opetus- ja kulttuuriministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "a[href$=\"okm.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Linkki toiselle sivustolle</span>",
              "target": [
                "a[href$=\"okm.fi\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://mmm.fi\" class=\"yja-external-link\"> Maa- ja metsätalous­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".wrapper > .col-md-4 > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://mmm.fi\" class=\"yja-external-link\"> Maa- ja metsätalous­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(2) > .yja-external-link[href$=\"mmm.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Linkki toiselle sivustolle</span>",
              "target": [
                ".yja-external-link[href$=\"mmm.fi\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://lvm.fi\" class=\"yja-external-link\"> Liikenne- ja viestintä­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".wrapper > .col-md-4 > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://lvm.fi\" class=\"yja-external-link\"> Liikenne- ja viestintä­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "a[href$=\"lvm.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Linkki toiselle sivustolle</span>",
              "target": [
                "a[href$=\"lvm.fi\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://tem.fi\" class=\"yja-external-link\"> Työ- ja elinkeino­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".wrapper > .col-md-4 > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://tem.fi\" class=\"yja-external-link\"> Työ- ja elinkeino­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(4) > a[href$=\"tem.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Linkki toiselle sivustolle</span>",
              "target": [
                "a[href$=\"tem.fi\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://stm.fi\" class=\"yja-external-link\"> Sosiaali- ja terveys­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".wrapper > .col-md-4 > ul > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://stm.fi\" class=\"yja-external-link\"> Sosiaali- ja terveys­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(5) > .yja-external-link[href$=\"stm.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Linkki toiselle sivustolle</span>",
              "target": [
                ".yja-external-link[href$=\"stm.fi\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://ym.fi\" class=\"yja-external-link\"> Ympäristö­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a></li>",
              "target": [
                ".wrapper > .col-md-4 > ul > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://ym.fi\" class=\"yja-external-link\"> Ympäristö­ministeriö <span class=\"sr-only\">Linkki toiselle sivustolle</span> </a>",
              "target": [
                "li:nth-child(6) > .yja-external-link[href$=\"ym.fi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Linkki toiselle sivustolle</span>",
              "target": [
                ".yja-external-link[href$=\"ym.fi\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bottom\">",
              "target": [
                ".bottom"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container\">",
              "target": [
                ".bottom > .container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"row align-content-end\">",
              "target": [
                ".align-content-end"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-info col-md-5\"> \n       <h3 class=\"title\">Valtioneuvosto</h3> \n       <p>Snellmaninkatu 1 A, Helsinki</p> \n       <p>PL 23, 00023 Valtioneuvosto</p> \n       <p>Vaihde 0295 16001</p> \n      </div>",
              "target": [
                ".contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Valtioneuvosto</h3>",
              "target": [
                ".contact-info > .title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Snellmaninkatu 1 A, Helsinki</p>",
              "target": [
                ".contact-info > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>PL 23, 00023 Valtioneuvosto</p>",
              "target": [
                ".contact-info > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Vaihde 0295 16001</p>",
              "target": [
                "p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"social-media col-md-5\">",
              "target": [
                ".social-media"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://x.com/valtioneuvosto\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Valtioneuvosto x</span> <span class=\"sr-only\">, Linkki toiselle sivustolle</span> <span class=\"sr-only\">, Avautuu uudessa välilehdessä</span> <span class=\"x\"></span> </a>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Valtioneuvosto x</span>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1) > .sr-only:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Linkki toiselle sivustolle</span>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1) > .sr-only:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Avautuu uudessa välilehdessä</span>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1) > .sr-only:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"x\"></span>",
              "target": [
                ".x"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://instagram.com/finnishgovernment\" target=\"_blank\" class=\"yja-external-link\">",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Valtioneuvosto instagram</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2) > .sr-only:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Linkki toiselle sivustolle</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2) > .sr-only:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Avautuu uudessa välilehdessä</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2) > .sr-only:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"instagram\"></span>",
              "target": [
                ".instagram"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/@ValtioneuvostoStatsradet\" target=\"_blank\" class=\"yja-external-link\">",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Valtioneuvosto youtube</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3) > .sr-only:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Linkki toiselle sivustolle</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3) > .sr-only:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Avautuu uudessa välilehdessä</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3) > .sr-only:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"youtube\"></span>",
              "target": [
                ".youtube"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://facebook.com/valtioneuvosto\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Valtioneuvosto facebook</span> <span class=\"sr-only\">, Linkki toiselle sivustolle</span> <span class=\"sr-only\">, Avautuu uudessa välilehdessä</span> <span class=\"facebook\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Valtioneuvosto facebook</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4) > .sr-only:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Linkki toiselle sivustolle</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4) > .sr-only:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Avautuu uudessa välilehdessä</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4) > .sr-only:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"facebook\"></span>",
              "target": [
                ".facebook"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"site-links col-md-4\">",
              "target": [
                ".site-links"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul>",
              "target": [
                ".site-links > ul"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/tietoa-sivustosta\"> Tietoa sivustosta </a></li>",
              "target": [
                ".site-links > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/tietoa-sivustosta\"> Tietoa sivustosta </a>",
              "target": [
                "li:nth-child(1) > a[href$=\"tietoa-sivustosta\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/viittomakieliset-sisallot\"> Viittomakieliset sisällöt </a></li>",
              "target": [
                ".site-links > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/viittomakieliset-sisallot\"> Viittomakieliset sisällöt </a>",
              "target": [
                "a[href$=\"viittomakieliset-sisallot\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/tietosuoja\"> Tietosuoja </a></li>",
              "target": [
                ".site-links > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/tietosuoja\"> Tietosuoja </a>",
              "target": [
                "li:nth-child(3) > a[href$=\"tietosuoja\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/evasteet\"> Evästeet </a></li>",
              "target": [
                ".site-links > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/evasteet\"> Evästeet </a>",
              "target": [
                "li:nth-child(4) > a[href$=\"evasteet\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/saavutettavuusseloste\"> Saavutettavuus </a></li>",
              "target": [
                ".site-links > ul > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/saavutettavuusseloste\"> Saavutettavuus </a>",
              "target": [
                "li:nth-child(5) > a[href$=\"saavutettavuusseloste\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"/yhteystiedot\"> Yhteystiedot </a></li>",
              "target": [
                ".site-links > ul > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/yhteystiedot\"> Yhteystiedot </a>",
              "target": [
                ".site-links > ul > li:nth-child(6) > a[href$=\"yhteystiedot\"]"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Valtioneuvosto ja ministeriöt</span> <i class=\"icon-caret-down\"></i></button>",
                      "target": [
                        ".vn-home"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"sr-only-md d-md-inline-block\">Valtioneuvosto ja ministeriöt</span>",
              "target": [
                ".sr-only-md"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"media_curtain\" style=\"background-image: url(\"https://valtioneuvosto.fi/documents/10197/13793247/VN-navigaatio-taustakuvio2.svg/08fc1f6d-8f30-5955-13b8-6d7cb8694711?version=1.0&t=1583229996000\");\">",
                      "target": [
                        "#media_curtain"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span aria-hidden=\"true\"> Suomi </span>",
              "target": [
                ".toggleLanSelectionView > span[aria-hidden=\"true\"]:nth-child(3)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"media_curtain\" style=\"background-image: url(\"https://valtioneuvosto.fi/documents/10197/13793247/VN-navigaatio-taustakuvio2.svg/08fc1f6d-8f30-5955-13b8-6d7cb8694711?version=1.0&t=1583229996000\");\">",
                      "target": [
                        "#media_curtain"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a class=\"js-media-link media-link right yja-external-link\" href=\"https://media.valtioneuvosto.fi\">Media <i class=\"icon-caret-right\"></i></a>",
              "target": [
                ".js-media-link"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://valtioneuvosto.fi/hallitukset",
      "originalUrl": "https://valtioneuvosto.fi/hallitukset",
      "status": 200,
      "contentType": "text/html;charset=UTF-8",
      "sources": []
    },
    "https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-domstolsarenden": {
      "title": "EU-domstolsärenden - Statsrådet",
      "violations": [
        {
          "id": "landmark-main-is-top-level",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the main landmark is at top level",
          "help": "Main landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-main-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "main"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The main landmark is contained in another landmark."
                }
              ],
              "all": [],
              "none": [],
              "impact": "moderate",
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ],
              "failureSummary": "Fix any of the following:\n  The main landmark is contained in another landmark."
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-main",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one main landmark",
          "help": "Document should not have more than one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-main?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-main",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
                      "target": [
                        "#main-content"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Document has more than one main landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": "moderate",
              "html": "<main id=\"wrapper\">",
              "target": [
                "#wrapper"
              ],
              "failureSummary": "Fix any of the following:\n  Document has more than one main landmark"
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "main",
                    "accessibleText": null
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
                      "target": [
                        "#main-content"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ],
              "all": [],
              "none": [],
              "impact": "moderate",
              "html": "<main id=\"wrapper\">",
              "target": [
                "#wrapper"
              ],
              "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
            }
          ]
        }
      ],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådets kansli</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik\" aria-current=\"true\">Finlands EU-politik</a>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Finlands EU-politik</span></button>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-domstolsarenden\" aria-current=\"page\">EU-domstolsärenden</a>",
              "target": [
                ".active.selected.lfr-nav-item > .active.selected[aria-current=\"page\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">EU-domstolsärenden</li>",
              "target": [
                ".breadcrumb > .active[aria-current=\"page\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"ministry-menu\" role=\"menu\">",
              "target": [
                ".ministry-menu"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"vn\" role=\"none\">",
              "target": [
                ".vn"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"vnsite\" href=\"https://valtioneuvosto.fi/sv\" target=\"_blank\" role=\"menuitem\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #365abd\"> </span> <span class=\"text\"> Statsrådet </span> </a>",
              "target": [
                ".vnsite"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"ministries\" role=\"none\">",
              "target": [
                ".ministries"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://vnk.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #007bc0\"> </span> <span class=\"text\"> Statsrådets kansli </span> </a></li>",
              "target": [
                ".ministries > li[role=\"none\"]:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://vnk.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #007bc0\"> </span> <span class=\"text\"> Statsrådets kansli </span> </a>",
              "target": [
                "a[href=\"https://vnk.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://defmin.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #cccccc\"> </span> <span class=\"text\"> Försvars­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://defmin.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #cccccc\"> </span> <span class=\"text\"> Försvars­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://defmin.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://lvm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #0000ff\"> </span> <span class=\"text\"> Kommunikations­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://lvm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #0000ff\"> </span> <span class=\"text\"> Kommunikations­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://lvm.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://um.fi/forsta-sidan\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #4d66a4\"> </span> <span class=\"text\"> Utrikes­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://um.fi/forsta-sidan\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #4d66a4\"> </span> <span class=\"text\"> Utrikes­ministeriet </span> </a>",
              "target": [
                "a[href$=\"forsta-sidan\"][role=\"menuitem\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://finansministeriet.fi/\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #304e88\"> </span> <span class=\"text\"> Finans­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://finansministeriet.fi/\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #304e88\"> </span> <span class=\"text\"> Finans­ministeriet </span> </a>",
              "target": [
                "a[href$=\"finansministeriet.fi/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://www.tem.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #cba258\"> </span> <span class=\"text\"> Arbets- och närings­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.tem.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #cba258\"> </span> <span class=\"text\"> Arbets- och närings­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://www.tem.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://oikeusministerio.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #005587\"> </span> <span class=\"text\"> Justitie­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://oikeusministerio.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #005587\"> </span> <span class=\"text\"> Justitie­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://oikeusministerio.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://okm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #70a489\"> </span> <span class=\"text\"> Under­visnings- och kultur­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://okm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #70a489\"> </span> <span class=\"text\"> Under­visnings- och kultur­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://okm.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://stm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #e98300\"> </span> <span class=\"text\"> Social- och hälsovårds­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://stm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #e98300\"> </span> <span class=\"text\"> Social- och hälsovårds­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://stm.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://intermin.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #be2d46\"> </span> <span class=\"text\"> Inrikes­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://intermin.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #be2d46\"> </span> <span class=\"text\"> Inrikes­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://intermin.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://mmm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #004077\"> </span> <span class=\"text\"> Jord- och skogs­bruks­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://mmm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #004077\"> </span> <span class=\"text\"> Jord- och skogs­bruks­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://mmm.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://ym.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #0065bd\"> </span> <span class=\"text\"> Miljö­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(12)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://ym.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #0065bd\"> </span> <span class=\"text\"> Miljö­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://ym.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"/o/common-ui-resources/images/icon-earth.png?browserId=other&amp;languageId=sv_SE&amp;t=1776094026000\n\" role=\"presentation\" height=\"25\">",
              "target": [
                "img[height=\"25\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"lan_selection_view\" id=\"lan-selection-view\" aria-expanded=\"false\" role=\"navigation\" aria-label=\"Language selection\">",
              "target": [
                "#lan-selection-view"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-closed\" aria-hidden=\"true\"></span>",
              "target": [
                ".mx-0.d-flex.row > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-closed.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-open\" aria-hidden=\"true\"></span>",
              "target": [
                ".mx-0.d-flex.row > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-open.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-closed\" aria-hidden=\"true\"></span>",
              "target": [
                "#site-mobile-menu > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-closed.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-open\" aria-hidden=\"true\"></span>",
              "target": [
                "#site-mobile-menu > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-open.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon-arrow-up\"></span>",
              "target": [
                ".icon-arrow-up"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådets kansli</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik\" aria-current=\"true\">Finlands EU-politik</a>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Finlands EU-politik</span></button>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-domstolsarenden\" aria-current=\"page\">EU-domstolsärenden</a>",
              "target": [
                ".active.selected.lfr-nav-item > .active.selected[aria-current=\"page\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">EU-domstolsärenden</li>",
              "target": [
                ".breadcrumb > .active[aria-current=\"page\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"other controls-visible yui3-skin-sam signed-out public-page site eu\" itemscope=\"\" itemtype=\"http://schema.org/WebPage\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #365abd\"> </span>",
              "target": [
                ".vnsite > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #007bc0\"> </span>",
              "target": [
                "a[href=\"https://vnk.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #cccccc\"> </span>",
              "target": [
                "a[href=\"https://defmin.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #0000ff\"> </span>",
              "target": [
                "a[href=\"https://lvm.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #4d66a4\"> </span>",
              "target": [
                "a[href$=\"forsta-sidan\"][role=\"menuitem\"][target=\"_blank\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #304e88\"> </span>",
              "target": [
                "a[href$=\"finansministeriet.fi/\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #cba258\"> </span>",
              "target": [
                "a[href=\"https://www.tem.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #005587\"> </span>",
              "target": [
                "a[href=\"https://oikeusministerio.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #70a489\"> </span>",
              "target": [
                "a[href=\"https://okm.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #e98300\"> </span>",
              "target": [
                "a[href=\"https://stm.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #be2d46\"> </span>",
              "target": [
                "a[href=\"https://intermin.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #004077\"> </span>",
              "target": [
                "a[href=\"https://mmm.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #0065bd\"> </span>",
              "target": [
                "a[href=\"https://ym.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"globeWrapper\" aria-hidden=\"true\"> <img src=\"/o/common-ui-resources/images/icon-earth.png?browserId=other&amp;languageId=sv_SE&amp;t=1776094026000\n\" role=\"presentation\" height=\"25\"> </span>",
              "target": [
                ".globeWrapper"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span aria-hidden=\"true\"> Svenska </span>",
              "target": [
                ".toggleLanSelectionView > span[aria-hidden=\"true\"]:nth-child(3)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-closed\" aria-hidden=\"true\"></span>",
              "target": [
                ".mx-0.d-flex.row > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-closed.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-open\" aria-hidden=\"true\"></span>",
              "target": [
                ".mx-0.d-flex.row > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-open.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-closed\" aria-hidden=\"true\"></span>",
              "target": [
                "#site-mobile-menu > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-closed.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-open\" aria-hidden=\"true\"></span>",
              "target": [
                "#site-mobile-menu > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-open.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"icon-home\" aria-hidden=\"true\"></span>",
              "target": [
                ".icon-home"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<form action=\"#\" aria-hidden=\"true\" class=\"hide\" id=\"hrefFm\" method=\"post\" name=\"hrefFm\"> \n     <span></span> \n     <button hidden=\"\" type=\"submit\">Gömd</button> \n    </form>",
              "target": [
                "#hrefFm"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådets kansli</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik\" aria-current=\"true\">Finlands EU-politik</a>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Finlands EU-politik</span></button>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-domstolsarenden\" aria-current=\"page\">EU-domstolsärenden</a>",
              "target": [
                ".active.selected.lfr-nav-item > .active.selected[aria-current=\"page\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">EU-domstolsärenden</li>",
              "target": [
                ".breadcrumb > .active[aria-current=\"page\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådets kansli</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik\" aria-current=\"true\">Finlands EU-politik</a>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Finlands EU-politik</span></button>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-domstolsarenden\" aria-current=\"page\">EU-domstolsärenden</a>",
              "target": [
                ".active.selected.lfr-nav-item > .active.selected[aria-current=\"page\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">EU-domstolsärenden</li>",
              "target": [
                ".breadcrumb > .active[aria-current=\"page\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådets kansli</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik\" aria-current=\"true\">Finlands EU-politik</a>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Finlands EU-politik</span></button>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-domstolsarenden\" aria-current=\"page\">EU-domstolsärenden</a>",
              "target": [
                ".active.selected.lfr-nav-item > .active.selected[aria-current=\"page\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">EU-domstolsärenden</li>",
              "target": [
                ".breadcrumb > .active[aria-current=\"page\"]"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"media_curtain\" style=\"background-image: url(\"https://valtioneuvosto.fi/documents/10197/13793247/VN-navigaatio-taustakuvio2.svg/08fc1f6d-8f30-5955-13b8-6d7cb8694711?version=1.0&t=1583229996000\");\">",
              "target": [
                "#media_curtain"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div class=\"rns\" style=\"margin-top: 70px;\">\n             &nbsp; \n           </div>",
              "target": [
                ".rns"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn-primary search-btn\" type=\"submit\" onclick=\"YjaSearcher.submitSearchForm('#siteSearchField-0'); return false;\"><img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\"></button>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådets kansli</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Finlands EU-politik</span></button>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<h1><u>EU-domstolsärenden och EU-överträdelseärenden</u></h1>",
                      "target": [
                        "h1"
                      ]
                    },
                    {
                      "html": "<h2>EU-domstolsärenden</h2>",
                      "target": [
                        "h2:nth-child(5)"
                      ]
                    },
                    {
                      "html": "<h2>EU-överträdelseärenden</h2>",
                      "target": [
                        "h2:nth-child(8)"
                      ]
                    },
                    {
                      "html": "<h3 class=\"hed-section portlet-title portlet-title-text\">Kontaktinformation</h3>",
                      "target": [
                        ".hed-section"
                      ]
                    },
                    {
                      "html": "<h3 class=\"heading-element\">Läs mera</h3>",
                      "target": [
                        ".heading-element"
                      ]
                    },
                    {
                      "html": "<h4><a class=\"link--card external-link yja-external-link\" href=\"https://curia.europa.eu/jcms/jcms/j_6/sv/\"> Europeiska unionens domstol <span class=\"sr-only\">Linkki toiselle sivustolle</span></a></h4>",
                      "target": [
                        ".vn-card__col:nth-child(1) > h4"
                      ]
                    },
                    {
                      "html": "<h4><a class=\"link--card external-link yja-external-link\" href=\"https://ec.europa.eu/atwork/applying-eu-law/infringements-proceedings/infringement_decisions/?lang_code=sv\"> Beslut om överträdelser | Europeiska kommissionen <span class=\"sr-only\">Linkki toiselle sivustolle</span></a></h4>",
                      "target": [
                        ".vn-card__col:nth-child(2) > h4"
                      ]
                    },
                    {
                      "html": "<h4>",
                      "target": [
                        ".vn-card__col:nth-child(3) > h4"
                      ]
                    },
                    {
                      "html": "<h3 class=\"title\">Statsrådet</h3>",
                      "target": [
                        ".contact-info.col-md-5 > .title"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                },
                {
                  "id": "landmark",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<main id=\"wrapper\">",
                      "target": [
                        "#wrapper"
                      ]
                    },
                    {
                      "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
                      "target": [
                        "#main-content"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a landmark region"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.26,
                    "fontSize": "13.5pt (18px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/sv/kontaktinformation\" class=\"additional-link\">Kontaktinformation</a>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(2) > .additional-link[href$=\"kontaktinformation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "messageKey": "hidden"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is hidden"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-1\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/aktuellt\">Aktuellt</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar\">Orpos regering</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beslut\">Beslut</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info/sa-har-arbetar-statsradet\">Så här arbetar statsrådet</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli\">Statsrådets kansli</a>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/ministerierna\">Ministerierna</a>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik\" aria-current=\"true\">Finlands EU-politik</a>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "13.5pt (18px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/finland-i-europeiska-unionen\">Finland i Europeiska unionen</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(1) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "13.5pt (18px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-ministerutskottet\">EU-ministerutskottet</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(2) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "13.5pt (18px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-domstolsarenden\" aria-current=\"page\">EU-domstolsärenden</a>",
              "target": [
                ".active.selected.lfr-nav-item > .active.selected[aria-current=\"page\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "13.5pt (18px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/jobba-i-europeiska-unionen\">Jobba i Europeiska unionen</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(4) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "13.5pt (18px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/information-om-eu\">Information om EU</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statens-agarstyrning\">Statens ägarstyrning och ägarpolitik</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/historia-och-byggnader\">Historia och byggnader</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/projekt\">Lagberedning och utveckling</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/kontaktinformation\">Kontaktinformation</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/om-webbplatsen\">Information om webbplatsen</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\"> Statsrådet </a>",
              "target": [
                ".breadcrumb > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik\"> Finlands EU-politik </a>",
              "target": [
                ".breadcrumb > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">EU-domstolsärenden</li>",
              "target": [
                ".breadcrumb > .active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "34.5pt (46px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<u>EU-domstolsärenden och EU-överträdelseärenden</u>",
              "target": [
                "u"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>I EU-domstolen företräds Finland av ett statsombud eller av ombudets ersättare. Finlands statsombud i EU-domstolen är chefen för enheten för EU-domstolsärenden vid statsrådets kansli.</p>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>EU-domstolsärenden</h2>",
              "target": [
                "h2:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>EU-domstolen består av domstolen och tribunalen, som båda finns i Luxemburg.<br> <br> En medlemsstat kan uppträda i flera olika roller vid EU-domstolen:</p>",
              "target": [
                "p:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Den kan väcka talan mot ett EU-organ eller en annan medlemsstat.</li>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Den kan tvingas uppträda som svarande vid domstolen i ett ärende som gäller fördragsbrott med Europeiska kommissionen som kärande.</li>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>&nbsp;Den har rätt att lämna synpunkter i förhandsavgöranden där den nationella domstolen har bett om EU-domstolens avgörande i tolkningen av unionsrätten eller dess behörighet i ett huvudmål som är anhängigt vid den nationella domstolen.</li>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Den har rätt att uppträda som intervenient i alla mål som är anhängiga vid EU-domstolen.</li>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>EU-överträdelseärenden</h2>",
              "target": [
                "h2:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"hed-section portlet-title portlet-title-text\">Kontaktinformation</h3>",
              "target": [
                ".hed-section"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Henriikka Leppo</span>",
              "target": [
                "span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                "span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> avdelningen för EU-ärenden, </span>",
              "target": [
                ".department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> enheten för EU-domstolsärenden </span>",
              "target": [
                ".service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161083\" rel=\"nofollow\">0295161083</a>",
              "target": [
                "a[href=\"tel:+358295161083\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#365abd",
                    "contrastRatio": 6.26,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"heading-element\">Läs mera</h3>",
              "target": [
                ".heading-element"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#365abd",
                    "contrastRatio": 6.26,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"link--card external-link yja-external-link\" href=\"https://curia.europa.eu/jcms/jcms/j_6/sv/\"> Europeiska unionens domstol <span class=\"sr-only\">Linkki toiselle sivustolle</span></a>",
              "target": [
                ".vn-card__col:nth-child(1) > h4 > .link--card.external-link.yja-external-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#365abd",
                    "contrastRatio": 6.26,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"link--card external-link yja-external-link\" href=\"https://ec.europa.eu/atwork/applying-eu-law/infringements-proceedings/infringement_decisions/?lang_code=sv\"> Beslut om överträdelser | Europeiska kommissionen <span class=\"sr-only\">Linkki toiselle sivustolle</span></a>",
              "target": [
                ".vn-card__col:nth-child(2) > h4 > .link--card.external-link.yja-external-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#365abd",
                    "contrastRatio": 6.26,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"link--card external-link yja-external-link\" href=\"https://um.fi/suomen-hallituksen-toimet-eu-tuomioistuinasioissa-ja-eu-rikkomusasioissa\">",
              "target": [
                ".vn-card__col:nth-child(3) > h4 > .link--card.external-link.yja-external-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Statsrådet</h3>",
              "target": [
                ".contact-info.col-md-5 > .title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.8pt (17.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Snellmansgatan 1 A, Helsingfors</p>",
              "target": [
                ".contact-info.col-md-5 > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.8pt (17.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>PB 23, 00023 Statsrådet</p>",
              "target": [
                ".contact-info.col-md-5 > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.8pt (17.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Tfn 0295 16001</p>",
              "target": [
                ".contact-info.col-md-5 > p:nth-child(4)"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "ministry-listing",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"top-curtain\" id=\"ministry-listing\" aria-expanded=\"false\">",
              "target": [
                "#ministry-listing"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "lan-selection-view",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"lan_selection_view\" id=\"lan-selection-view\" aria-expanded=\"false\" role=\"navigation\" aria-label=\"Language selection\">",
              "target": [
                "#lan-selection-view"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "yjaScrollToTopText",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"yjaScrollToTopText\">Tillbaka till toppen</span>",
              "target": [
                "#yjaScrollToTopText"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1><u>EU-domstolsärenden och EU-överträdelseärenden</u></h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>EU-domstolsärenden</h2>",
              "target": [
                "h2:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>EU-överträdelseärenden</h2>",
              "target": [
                "h2:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"hed-section portlet-title portlet-title-text\">Kontaktinformation</h3>",
              "target": [
                ".hed-section"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"heading-element\">Läs mera</h3>",
              "target": [
                ".heading-element"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4><a class=\"link--card external-link yja-external-link\" href=\"https://curia.europa.eu/jcms/jcms/j_6/sv/\"> Europeiska unionens domstol <span class=\"sr-only\">Linkki toiselle sivustolle</span></a></h4>",
              "target": [
                ".vn-card__col:nth-child(1) > h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4><a class=\"link--card external-link yja-external-link\" href=\"https://ec.europa.eu/atwork/applying-eu-law/infringements-proceedings/infringement_decisions/?lang_code=sv\"> Beslut om överträdelser | Europeiska kommissionen <span class=\"sr-only\">Linkki toiselle sivustolle</span></a></h4>",
              "target": [
                ".vn-card__col:nth-child(2) > h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4>",
              "target": [
                ".vn-card__col:nth-child(3) > h4"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Statsrådet</h3>",
              "target": [
                ".contact-info.col-md-5 > .title"
              ]
            }
          ]
        },
        {
          "id": "form-field-multiple-labels",
          "impact": null,
          "tags": [
            "cat.forms",
            "wcag2a",
            "wcag332",
            "TTv5",
            "TT5.c",
            "EN-301-549",
            "EN-9.3.3.2",
            "RGAAv4",
            "RGAA-11.2.1"
          ],
          "description": "Ensure form field does not have multiple label elements",
          "help": "Form field must not have multiple label elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/form-field-multiple-labels?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > h1:nth-child(1)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > h2:nth-child(5)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > div > h2:nth-child(8)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3) > div:nth-child(1) > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3) > div:nth-child(2) > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div > div > div:nth-child(1) > div > h3"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3) > div:nth-child(2) > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > div:nth-child(1) > h4"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3) > div:nth-child(2) > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > div:nth-child(2) > h4"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3) > div:nth-child(2) > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > div:nth-child(3) > h4"
                        ],
                        "level": 4
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(7) > div:nth-child(2) > div > div > div:nth-child(1) > h3:nth-child(1)"
                        ],
                        "level": 3
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1><u>EU-domstolsärenden och EU-överträdelseärenden</u></h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>EU-domstolsärenden</h2>",
              "target": [
                "h2:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>EU-överträdelseärenden</h2>",
              "target": [
                "h2:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"hed-section portlet-title portlet-title-text\">Kontaktinformation</h3>",
              "target": [
                ".hed-section"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"heading-element\">Läs mera</h3>",
              "target": [
                ".heading-element"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4><a class=\"link--card external-link yja-external-link\" href=\"https://curia.europa.eu/jcms/jcms/j_6/sv/\"> Europeiska unionens domstol <span class=\"sr-only\">Linkki toiselle sivustolle</span></a></h4>",
              "target": [
                ".vn-card__col:nth-child(1) > h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4><a class=\"link--card external-link yja-external-link\" href=\"https://ec.europa.eu/atwork/applying-eu-law/infringements-proceedings/infringement_decisions/?lang_code=sv\"> Beslut om överträdelser | Europeiska kommissionen <span class=\"sr-only\">Linkki toiselle sivustolle</span></a></h4>",
              "target": [
                ".vn-card__col:nth-child(2) > h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4>",
              "target": [
                ".vn-card__col:nth-child(3) > h4"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Statsrådet</h3>",
              "target": [
                ".contact-info.col-md-5 > .title"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "image-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag111",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT7.a",
            "TT7.b",
            "EN-301-549",
            "EN-9.1.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-1.1.1"
          ],
          "description": "Ensure <img> elements have alternative text or a role of none or presentation",
          "help": "Images must have alternative text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=sv_SE&amp;t=1776094026000\n\" alt=\"Statsrådet\">",
              "target": [
                "img[alt=\"Statsrådet\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"] > img[alt=\"Sök\"]"
              ]
            }
          ]
        },
        {
          "id": "image-redundant-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "best-practice"
          ],
          "description": "Ensure image alternative is not repeated as text",
          "help": "Alternative text of images should not be repeated as text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=sv_SE&amp;t=1776094026000\n\" alt=\"Statsrådet\">",
              "target": [
                "img[alt=\"Statsrådet\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"] > img[alt=\"Sök\"]"
              ]
            }
          ]
        },
        {
          "id": "label-title-only",
          "impact": null,
          "tags": [
            "cat.forms",
            "best-practice"
          ],
          "description": "Ensure that every form element has a visible label and is not solely labeled using hidden labels, or the title or aria-describedby attributes",
          "help": "Form elements should have a visible label",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            }
          ]
        },
        {
          "id": "label",
          "impact": null,
          "tags": [
            "cat.forms",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.n",
            "TTv5",
            "TT5.c",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.1.1"
          ],
          "description": "Ensure every form element has a label",
          "help": "Form elements must have labels",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "non-empty-placeholder",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a placeholder attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            }
          ]
        },
        {
          "id": "landmark-banner-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the banner landmark is at top level",
          "help": "Banner landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-banner-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "banner"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The banner landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            }
          ]
        },
        {
          "id": "landmark-contentinfo-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the contentinfo landmark is at top level",
          "help": "Contentinfo landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-contentinfo-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "contentinfo"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The contentinfo landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer>",
              "target": [
                "footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-main-is-top-level",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the main landmark is at top level",
          "help": "Main landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-main-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "main"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The main landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main id=\"wrapper\">",
              "target": [
                "#wrapper"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-banner",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one banner landmark",
          "help": "Document should not have more than one banner landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-banner?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-banner",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one banner landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-contentinfo",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one contentinfo landmark",
          "help": "Document should not have more than one contentinfo landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-contentinfo?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-contentinfo",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one contentinfo landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer>",
              "target": [
                "footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<main id=\"wrapper\">",
                      "target": [
                        "#wrapper"
                      ]
                    },
                    {
                      "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
                      "target": [
                        "#main-content"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "banner",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "navigation",
                    "accessibleText": "undermeny"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "navigation",
                    "accessibleText": "länkstig"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "contentinfo",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer>",
              "target": [
                "footer"
              ]
            }
          ]
        },
        {
          "id": "link-name",
          "impact": null,
          "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"
          ],
          "description": "Ensure links have discernible text",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"#content-main\" id=\"skip-to-content\">Hoppa till innehåll</a>",
              "target": [
                "#skip-to-content"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"js-media-link media-link right yja-external-link\" href=\"https://media.valtioneuvosto.fi\">Media <i class=\"icon-caret-right\"></i></a>",
              "target": [
                ".js-media-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"logo default-logo\" href=\"/sv\" title=\"Gå till Statsrådet\"> <img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=sv_SE&amp;t=1776094026000\n\" alt=\"Statsrådet\"> </a>",
              "target": [
                ".col-md-8 > .logo.default-logo[href=\"/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/sv/kontaktinformation\" class=\"additional-link\">Kontaktinformation</a>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(2) > .additional-link[href$=\"kontaktinformation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/aktuellt\">Aktuellt</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar\">Orpos regering</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beslut\">Beslut</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info/sa-har-arbetar-statsradet\">Så här arbetar statsrådet</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli\">Statsrådets kansli</a>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/ministerierna\">Ministerierna</a>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik\" aria-current=\"true\">Finlands EU-politik</a>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/finland-i-europeiska-unionen\">Finland i Europeiska unionen</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(1) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-ministerutskottet\">EU-ministerutskottet</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(2) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-domstolsarenden\" aria-current=\"page\">EU-domstolsärenden</a>",
              "target": [
                ".active.selected.lfr-nav-item > .active.selected[aria-current=\"page\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/jobba-i-europeiska-unionen\">Jobba i Europeiska unionen</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(4) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/information-om-eu\">Information om EU</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statens-agarstyrning\">Statens ägarstyrning och ägarpolitik</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/historia-och-byggnader\">Historia och byggnader</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/projekt\">Lagberedning och utveckling</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/kontaktinformation\">Kontaktinformation</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/om-webbplatsen\">Information om webbplatsen</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\"> Statsrådet </a>",
              "target": [
                ".breadcrumb > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik\"> Finlands EU-politik </a>",
              "target": [
                ".breadcrumb > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161083\" rel=\"nofollow\">0295161083</a>",
              "target": [
                "a[href=\"tel:+358295161083\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"link--card external-link yja-external-link\" href=\"https://curia.europa.eu/jcms/jcms/j_6/sv/\"> Europeiska unionens domstol <span class=\"sr-only\">Linkki toiselle sivustolle</span></a>",
              "target": [
                ".vn-card__col:nth-child(1) > h4 > .link--card.external-link.yja-external-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"link--card external-link yja-external-link\" href=\"https://ec.europa.eu/atwork/applying-eu-law/infringements-proceedings/infringement_decisions/?lang_code=sv\"> Beslut om överträdelser | Europeiska kommissionen <span class=\"sr-only\">Linkki toiselle sivustolle</span></a>",
              "target": [
                ".vn-card__col:nth-child(2) > h4 > .link--card.external-link.yja-external-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"link--card external-link yja-external-link\" href=\"https://um.fi/suomen-hallituksen-toimet-eu-tuomioistuinasioissa-ja-eu-rikkomusasioissa\">",
              "target": [
                ".vn-card__col:nth-child(3) > h4 > .link--card.external-link.yja-external-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://x.com/valtioneuvosto\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet x</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"x\"></span> </a>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://instagram.com/finnishgovernment\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet instagram</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"instagram\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/@ValtioneuvostoStatsradet\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet youtube</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"youtube\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://facebook.com/valtioneuvosto\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet facebook</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"facebook\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4)"
              ]
            }
          ]
        },
        {
          "id": "list",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure that lists are structured correctly",
          "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"layouts level-1\">",
              "target": [
                ".level-1.layouts"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"layouts level-2\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"layouts level-3\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"breadcrumb breadcrumb-horizontal yjanav-breadcrumb\">",
              "target": [
                ".breadcrumb"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > ul"
              ]
            }
          ]
        },
        {
          "id": "listitem",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure <li> elements are used semantically",
          "help": "<li> elements must be contained in a <ul> or <ol>",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beslut\">Beslut</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild selected\">",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild selected\">",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/finland-i-europeiska-unionen\">Finland i Europeiska unionen</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-ministerutskottet\">EU-ministerutskottet</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open selected active\"><a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-domstolsarenden\" aria-current=\"page\">EU-domstolsärenden</a></li>",
              "target": [
                ".level-3.layouts > .active.selected.lfr-nav-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/jobba-i-europeiska-unionen\">Jobba i Europeiska unionen</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/information-om-eu\">Information om EU</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/projekt\">Lagberedning och utveckling</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/kontaktinformation\">Kontaktinformation</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\"> Statsrådet </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik\"> Finlands EU-politik </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">EU-domstolsärenden</li>",
              "target": [
                ".breadcrumb > .active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Den kan väcka talan mot ett EU-organ eller en annan medlemsstat.</li>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Den kan tvingas uppträda som svarande vid domstolen i ett ärende som gäller fördragsbrott med Europeiska kommissionen som kärande.</li>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>&nbsp;Den har rätt att lämna synpunkter i förhandsavgöranden där den nationella domstolen har bett om EU-domstolens avgörande i tolkningen av unionsrätten eller dess behörighet i ett huvudmål som är anhängigt vid den nationella domstolen.</li>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Den har rätt att uppträda som intervenient i alla mål som är anhängiga vid EU-domstolen.</li>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > ul > li:nth-child(4)"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta content=\"initial-scale=1.0, width=device-width\" name=\"viewport\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta content=\"initial-scale=1.0, width=device-width\" name=\"viewport\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=sv_SE&amp;t=1776094026000\n\" alt=\"Statsrådet\">",
              "target": [
                "img[alt=\"Statsrådet\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn-primary search-btn\" type=\"submit\" onclick=\"YjaSearcher.submitSearchForm('#siteSearchField-0'); return false;\"><img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\"></button>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"] > img[alt=\"Sök\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådets kansli</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Finlands EU-politik</span></button>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<h1><u>EU-domstolsärenden och EU-överträdelseärenden</u></h1>",
                      "target": [
                        "h1"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#content-main\" id=\"skip-to-content\">Hoppa till innehåll</a>",
              "target": [
                "#skip-to-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section> \n  </section>",
              "target": [
                "body > section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"media_curtain\" style=\"background-image: url(\"https://valtioneuvosto.fi/documents/10197/13793247/VN-navigaatio-taustakuvio2.svg/08fc1f6d-8f30-5955-13b8-6d7cb8694711?version=1.0&t=1583229996000\");\">",
              "target": [
                "#media_curtain"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"media-bar\">",
              "target": [
                ".media-bar"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"remove-bottom\">",
              "target": [
                ".remove-bottom"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span>",
              "target": [
                ".sr-only-md"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-caret-down\"></i>",
              "target": [
                ".vn-home > .icon-caret-down"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"toggleLanSelectionViewWrapper\" id=\"languageSelectionWrapper\">",
              "target": [
                "#languageSelectionWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\"> Välj språk </span>",
              "target": [
                ".toggleLanSelectionView > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"js-media-link media-link right yja-external-link\" href=\"https://media.valtioneuvosto.fi\">Media <i class=\"icon-caret-right\"></i></a>",
              "target": [
                ".js-media-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-caret-right\"></i>",
              "target": [
                ".icon-caret-right"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container heading px-0\">",
              "target": [
                ".heading"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"d-flex row mx-0\">",
              "target": [
                ".mx-0.d-flex.row"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-8 col-sm-12 px-0 heading-logo\">",
              "target": [
                ".col-md-8"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"logo default-logo\" href=\"/sv\" title=\"Gå till Statsrådet\"> <img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=sv_SE&amp;t=1776094026000\n\" alt=\"Statsrådet\"> </a>",
              "target": [
                ".col-md-8 > .logo.default-logo[href=\"/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=sv_SE&amp;t=1776094026000\n\" alt=\"Statsrådet\">",
              "target": [
                "img[alt=\"Statsrådet\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-4 col-sm-12 px-0 heading-search\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"header-search-wrapper d-flex justify-content-end\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<form class=\"top-search-form-static inline-form search-form\" action=\"            /sok?q=\" method=\"get\" name=\"_header_top_search_form\" onsubmit=\"YjaSearcher.submitSearchForm('#search-field');return false;\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"sr-only\" for=\"search-field\">Nyckelord</label>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > label"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"input-group\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"input-group-append\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn-primary search-btn\" type=\"submit\" onclick=\"YjaSearcher.submitSearchForm('#siteSearchField-0'); return false;\"><img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\"></button>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .btn-primary.search-btn[type=\"submit\"] > img[alt=\"Sök\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"input-group-append\"> \n          <a href=\"/sv/kontaktinformation\" class=\"additional-link\">Kontaktinformation</a> \n         </div>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/sv/kontaktinformation\" class=\"additional-link\">Kontaktinformation</a>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(2) > .additional-link[href$=\"kontaktinformation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main id=\"wrapper\">",
              "target": [
                "#wrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section id=\"content\">",
              "target": [
                "#content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"row\">",
              "target": [
                "#main-content > .row"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-3\">",
              "target": [
                ".col-md-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-12\" id=\"column-0\">",
              "target": [
                "#column-0"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-dropzone portlet-column-content\" id=\"layout-column_column-0\">",
              "target": [
                "#layout-column_column-0"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary por...\" id=\"p_p_id_com_liferay_s...\">",
              "target": [
                "#p_p_id_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_RwsqP4CydvYV_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_RwsqP4CydvYV\"></span>",
              "target": [
                "#p_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_RwsqP4CydvYV"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_RwsqP4CydvYV\">",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_RwsqP4CydvYV"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_RwsqP4CydvYV\" name=\"aineisto-com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_RwsqP4CydvYV\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_RwsqP4CydvYV"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_RwsqP4CydvYV > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \"> \n             <div class=\"autofit-col autofit-col-end\"> \n              <div class=\"autofit-section\"> \n              </div> \n             </div> \n            </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_RwsqP4CydvYV > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n              <div class=\"autofit-section\"> \n              </div> \n             </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_RwsqP4CydvYV > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n              </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_RwsqP4CydvYV > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_RwsqP4CydvYV > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_RwsqP4CydvYV > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"list-menu\">",
              "target": [
                ".list-menu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"layouts level-1\">",
              "target": [
                ".level-1.layouts"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/aktuellt\">Aktuellt</a><button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button></span>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/aktuellt\">Aktuellt</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Aktuellt</span>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar\">Orpos regering</a><button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button></span>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar\">Orpos regering</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Orpos regering</span>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beslut\">Beslut</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beslut\">Beslut</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild selected\">",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a><button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button></span>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Stäng undermenyn, Statsrådet</span>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"layouts level-2\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info/sa-har-arbetar-statsradet\">Så här arbetar statsrådet</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli\">Statsrådets kansli</a><button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådets kansli</span></button></span>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli\">Statsrådets kansli</a>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statsrådets kansli</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Statsrådets kansli</span>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/ministerierna\">Ministerierna</a><button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button></span>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/ministerierna\">Ministerierna</a>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Ministerierna</span>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild selected\">",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\">",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik\" aria-current=\"true\">Finlands EU-politik</a>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Finlands EU-politik</span></button>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Stäng undermenyn, Finlands EU-politik</span>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"layouts level-3\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/finland-i-europeiska-unionen\">Finland i Europeiska unionen</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/finland-i-europeiska-unionen\">Finland i Europeiska unionen</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(1) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-ministerutskottet\">EU-ministerutskottet</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-ministerutskottet\">EU-ministerutskottet</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(2) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open selected active\"><a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-domstolsarenden\" aria-current=\"page\">EU-domstolsärenden</a></li>",
              "target": [
                ".level-3.layouts > .active.selected.lfr-nav-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected active\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-domstolsarenden\" aria-current=\"page\">EU-domstolsärenden</a>",
              "target": [
                ".active.selected.lfr-nav-item > .active.selected[aria-current=\"page\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/jobba-i-europeiska-unionen\">Jobba i Europeiska unionen</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/jobba-i-europeiska-unionen\">Jobba i Europeiska unionen</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(4) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/information-om-eu\">Information om EU</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik/information-om-eu\">Information om EU</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statens-agarstyrning\">Statens ägarstyrning och ägarpolitik</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/historia-och-byggnader\">Historia och byggnader</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/projekt\">Lagberedning och utveckling</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/projekt\">Lagberedning och utveckling</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/kontaktinformation\">Kontaktinformation</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/kontaktinformation\">Kontaktinformation</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/om-webbplatsen\">Information om webbplatsen</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-9\">",
              "target": [
                "#main-content > .row > .col-md-9"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"content-main\"></span>",
              "target": [
                "#content-main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row portlet-column-content\">",
              "target": [
                ".portlet-layout.portlet-column-content.row"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-12\">",
              "target": [
                ".portlet-layout.portlet-column-content.row > .col-md-12"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row\">",
              "target": [
                ".portlet-layout.row:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-12\" id=\"column-1\">",
              "target": [
                "#column-1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-dropzone portlet-column-content\" id=\"layout-column_column-1\">",
              "target": [
                "#layout-column_column-1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary por...\" id=\"p_p_id_com_liferay_s...\">",
              "target": [
                "#p_p_id_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc\"></span>",
              "target": [
                "#p_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc\">",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc\" name=\"aineisto-com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \"> \n                <div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                 </div> \n                </div> \n               </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                 </div> \n                </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n                 </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_GTnHS75gxlfc_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"breadcrumb breadcrumb-horizontal yjanav-breadcrumb\">",
              "target": [
                ".breadcrumb"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\"> Statsrådet </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\"> Statsrådet </a>",
              "target": [
                ".breadcrumb > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik\"> Finlands EU-politik </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik\"> Finlands EU-politik </a>",
              "target": [
                ".breadcrumb > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">EU-domstolsärenden</li>",
              "target": [
                ".breadcrumb > .active[aria-current=\"page\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row\">",
              "target": [
                ".col-md-12 > .portlet-layout.row:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-12\" id=\"column-2\">",
              "target": [
                "#column-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-dropzone portlet-column-content\" id=\"layout-column_column-2\">",
              "target": [
                "#layout-column_column-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_  portlet-static portlet-static-end portlet-barebone portlet-journal-content \" id=\"p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_u4k6sDboIrmW_\">",
              "target": [
                "#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_u4k6sDboIrmW_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_u4k6sDboIrmW\"></span>",
              "target": [
                "#p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_u4k6sDboIrmW"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_u4k6sDboIrmW\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_u4k6sDboIrmW"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_u4k6sDboIrmW\" name=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_u4k6sDboIrmW\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_u4k6sDboIrmW"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_u4k6sDboIrmW > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_u4k6sDboIrmW > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                  <div class=\"visible-interaction\"> \n                  </div> \n                 </div> \n                </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_u4k6sDboIrmW > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n                  <div class=\"visible-interaction\"> \n                  </div> \n                 </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_u4k6sDboIrmW > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_u4k6sDboIrmW > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_u4k6sDboIrmW > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"\" data-fragments-editor-item-id=\"10109-200991066\" data-fragments-editor-item-type=\"fragments-editor-mapped-item\">",
              "target": [
                "div[data-fragments-editor-item-id=\"10109-200991066\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"journal-content-article \" data-analytics-asset-id=\"200991064\" data-analytics-asset-title=\"EU-domstolsärenden och EU-överträdelseärenden\" data-analytics-asset-type=\"web-content\">",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1><u>EU-domstolsärenden och EU-överträdelseärenden</u></h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<u>EU-domstolsärenden och EU-överträdelseärenden</u>",
              "target": [
                "u"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "p:nth-child(2) > br:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "p:nth-child(2) > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>I EU-domstolen företräds Finland av ett statsombud eller av ombudets ersättare. Finlands statsombud i EU-domstolen är chefen för enheten för EU-domstolsärenden vid statsrådets kansli.</p>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>EU-domstolsärenden</h2>",
              "target": [
                "h2:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>EU-domstolen består av domstolen och tribunalen, som båda finns i Luxemburg.<br> <br> En medlemsstat kan uppträda i flera olika roller vid EU-domstolen:</p>",
              "target": [
                "p:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "p:nth-child(6) > br:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "p:nth-child(6) > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > ul"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Den kan väcka talan mot ett EU-organ eller en annan medlemsstat.</li>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Den kan tvingas uppträda som svarande vid domstolen i ett ärende som gäller fördragsbrott med Europeiska kommissionen som kärande.</li>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>&nbsp;Den har rätt att lämna synpunkter i förhandsavgöranden där den nationella domstolen har bett om EU-domstolens avgörande i tolkningen av unionsrätten eller dess behörighet i ett huvudmål som är anhängigt vid den nationella domstolen.</li>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Den har rätt att uppträda som intervenient i alla mål som är anhängiga vid EU-domstolen.</li>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>EU-överträdelseärenden</h2>",
              "target": [
                "h2:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"yja-meta-content-info\"> \n                   </div>",
              "target": [
                "div[data-analytics-asset-id=\"200991064\"] > .yja-meta-content-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"asset-links content-metadata-asset-addon-entries mb-4\"> \n                  <div class=\"content-metadata-asset-addon-entry content-metadata-asset-addon-entry-links\"> \n                  </div> \n                 </div>",
              "target": [
                ".asset-links"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"content-metadata-asset-addon-entry content-metadata-asset-addon-entry-links\"> \n                  </div>",
              "target": [
                ".content-metadata-asset-addon-entry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row\">",
              "target": [
                ".portlet-layout.row:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-6\" id=\"column-3\">",
              "target": [
                "#column-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-dropzone portlet-column-content\" id=\"layout-column_column-3\">",
              "target": [
                "#layout-column_column-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary portlet-boundary_fi_yja_contacts_highlight_web_ContactsHighlightPortlet_  portlet-static portlet-static-end portlet-barebone contacts-highlight-portlet vn-list\" id=\"p_p_id_fi_yja_contacts_highlight_web_ContactsHighlightPortlet_INSTANCE_Tgp7pdElvskg_\">",
              "target": [
                "#p_p_id_fi_yja_contacts_highlight_web_ContactsHighlightPortlet_INSTANCE_Tgp7pdElvskg_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_fi_yja_contacts_highlight_web_ContactsHighlightPortlet_INSTANCE_Tgp7pdElvskg\"></span>",
              "target": [
                "#p_fi_yja_contacts_highlight_web_ContactsHighlightPortlet_INSTANCE_Tgp7pdElvskg"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_fi_yja_contacts_highlight_web_ContactsHighlightPortlet_INSTANCE_Tgp7pdElvskg\">",
              "target": [
                "#portlet_fi_yja_contacts_highlight_web_ContactsHighlightPortlet_INSTANCE_Tgp7pdElvskg"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-Kontaktinformation\" name=\"aineisto-Kontaktinformation\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-Kontaktinformation"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_fi_yja_contacts_highlight_web_ContactsHighlightPortlet_INSTANCE_Tgp7pdElvskg > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header  use-custom-title \">",
              "target": [
                ".use-custom-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-expand\"> \n                 <h3 class=\"hed-section portlet-title portlet-title-text\">Kontaktinformation</h3> \n                </div>",
              "target": [
                ".autofit-col-expand"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"hed-section portlet-title portlet-title-text\">Kontaktinformation</h3>",
              "target": [
                ".hed-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                 </div> \n                </div>",
              "target": [
                ".use-custom-title > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n                 </div>",
              "target": [
                ".use-custom-title > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_fi_yja_contacts_highlight_web_ContactsHighlightPortlet_INSTANCE_Tgp7pdElvskg > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_fi_yja_contacts_highlight_web_ContactsHighlightPortlet_INSTANCE_Tgp7pdElvskg > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"row-fluid\">",
              "target": [
                ".row-fluid"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"wrapper\">",
              "target": [
                ".row-fluid > .wrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item clearfix\" itemscope=\"\" itemtype=\"http://schema.org/Person\">",
              "target": [
                ".contact-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info clearfix\">",
              "target": [
                ".contact-info.clearfix"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Henriikka Leppo</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong> </span>",
              "target": [
                ".name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Henriikka Leppo</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong>",
              "target": [
                "strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Henriikka Leppo</span>",
              "target": [
                "span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                "span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-info.clearfix > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> avdelningen för EU-ärenden, </span> <span class=\"service-unit\"> enheten för EU-domstolsärenden </span> <span class=\"service-group\"> </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                "span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> avdelningen för EU-ärenden, </span>",
              "target": [
                ".department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> enheten för EU-domstolsärenden </span>",
              "target": [
                ".service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone margin-right\"> <i class=\"icon-phone\"></i><span class=\"sr-only\">Telefon:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161083\" rel=\"nofollow\">0295161083</a></span></span>",
              "target": [
                ".phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefon:</span>",
              "target": [
                ".phone > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161083\" rel=\"nofollow\">0295161083</a></span>",
              "target": [
                "span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161083\" rel=\"nofollow\">0295161083</a>",
              "target": [
                "a[href=\"tel:+358295161083\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"contact-email-details\"> <i class=\"icon-envelope\"></i>&nbsp; <span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span> </span>",
              "target": [
                ".contact-email-details"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                "span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                "span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-6\" id=\"column-4\">",
              "target": [
                "#column-4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-dropzone portlet-column-content\" id=\"layout-column_column-4\">",
              "target": [
                "#layout-column_column-4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_  portlet-static portlet-static-end portlet-barebone portlet-journal-content \" id=\"p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_NLrbiE5Weq20_\">",
              "target": [
                "#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_NLrbiE5Weq20_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_NLrbiE5Weq20\"></span>",
              "target": [
                "#p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_NLrbiE5Weq20"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_NLrbiE5Weq20\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_NLrbiE5Weq20"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_NLrbiE5Weq20\" name=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_NLrbiE5Weq20\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_NLrbiE5Weq20"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_NLrbiE5Weq20 > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_NLrbiE5Weq20 > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                  <div class=\"visible-interaction\"> \n                  </div> \n                 </div> \n                </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_NLrbiE5Weq20 > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n                  <div class=\"visible-interaction\"> \n                  </div> \n                 </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_NLrbiE5Weq20 > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_NLrbiE5Weq20 > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_NLrbiE5Weq20 > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"\" data-fragments-editor-item-id=\"10109-203047202\" data-fragments-editor-item-type=\"fragments-editor-mapped-item\">",
              "target": [
                "div[data-fragments-editor-item-id=\"10109-203047202\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"journal-content-article \" data-analytics-asset-id=\"203046400\" data-analytics-asset-title=\"EU-tuomioistuinasiat | Muualla verkossa | Tärkeitä sivuja -kortti\" data-analytics-asset-type=\"web-content\">",
              "target": [
                "div[data-analytics-asset-id=\"203046400\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"vn-card vn-card--vn-blue\">",
              "target": [
                ".vn-card"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"vn-links-card__body row mx-0 narrow vn-blue\">",
              "target": [
                ".vn-links-card__body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"heading__area\"> \n                      <div class=\"card__header\"> \n                       <h3 class=\"heading-element\">Läs mera</h3> \n                      </div> \n                     </div>",
              "target": [
                ".heading__area"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"card__header\"> \n                       <h3 class=\"heading-element\">Läs mera</h3> \n                      </div>",
              "target": [
                ".card__header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"heading-element\">Läs mera</h3>",
              "target": [
                ".heading-element"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"content--links\">",
              "target": [
                ".content--links"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"vn-card__col \"> \n                       <h4><a class=\"link--card external-link yja-external-link\" href=\"https://curia.europa.eu/jcms/jcms/j_6/sv/\"> Europeiska unionens domstol <span class=\"sr-only\">Linkki toiselle sivustolle</span></a></h4> \n                      </div>",
              "target": [
                ".vn-card__col:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4><a class=\"link--card external-link yja-external-link\" href=\"https://curia.europa.eu/jcms/jcms/j_6/sv/\"> Europeiska unionens domstol <span class=\"sr-only\">Linkki toiselle sivustolle</span></a></h4>",
              "target": [
                ".vn-card__col:nth-child(1) > h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"link--card external-link yja-external-link\" href=\"https://curia.europa.eu/jcms/jcms/j_6/sv/\"> Europeiska unionens domstol <span class=\"sr-only\">Linkki toiselle sivustolle</span></a>",
              "target": [
                ".vn-card__col:nth-child(1) > h4 > .link--card.external-link.yja-external-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Linkki toiselle sivustolle</span>",
              "target": [
                ".vn-card__col:nth-child(1) > h4 > .link--card.external-link.yja-external-link > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"vn-card__col \">",
              "target": [
                ".vn-card__col:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4><a class=\"link--card external-link yja-external-link\" href=\"https://ec.europa.eu/atwork/applying-eu-law/infringements-proceedings/infringement_decisions/?lang_code=sv\"> Beslut om överträdelser | Europeiska kommissionen <span class=\"sr-only\">Linkki toiselle sivustolle</span></a></h4>",
              "target": [
                ".vn-card__col:nth-child(2) > h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"link--card external-link yja-external-link\" href=\"https://ec.europa.eu/atwork/applying-eu-law/infringements-proceedings/infringement_decisions/?lang_code=sv\"> Beslut om överträdelser | Europeiska kommissionen <span class=\"sr-only\">Linkki toiselle sivustolle</span></a>",
              "target": [
                ".vn-card__col:nth-child(2) > h4 > .link--card.external-link.yja-external-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Linkki toiselle sivustolle</span>",
              "target": [
                ".vn-card__col:nth-child(2) > h4 > .link--card.external-link.yja-external-link > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"vn-card__col \">",
              "target": [
                ".vn-card__col:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h4>",
              "target": [
                ".vn-card__col:nth-child(3) > h4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"link--card external-link yja-external-link\" href=\"https://um.fi/suomen-hallituksen-toimet-eu-tuomioistuinasioissa-ja-eu-rikkomusasioissa\">",
              "target": [
                ".vn-card__col:nth-child(3) > h4 > .link--card.external-link.yja-external-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Linkki toiselle sivustolle</span>",
              "target": [
                ".vn-card__col:nth-child(3) > h4 > .link--card.external-link.yja-external-link > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row\"> \n          <div class=\"portlet-column col-md-12\" id=\"column-5\"> \n           <div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-5\"></div> \n          </div> \n         </div>",
              "target": [
                ".portlet-layout.row:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-12\" id=\"column-5\"> \n           <div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-5\"></div> \n          </div>",
              "target": [
                "#column-5"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-5\"></div>",
              "target": [
                "#layout-column_column-5"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_  portlet-static portlet-static-end portlet-barebone portlet-journal-content \" id=\"p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_203164377_rs_\">",
              "target": [
                "#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_203164377_rs_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_203164377_rs\"></span>",
              "target": [
                "#p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_203164377_rs"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_203164377_rs\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_203164377_rs"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_203164377_rs\" name=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_203164377_rs\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_203164377_rs"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_203164377_rs > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \"> \n        <div class=\"autofit-col autofit-col-end\"> \n         <div class=\"autofit-section\"> \n          <div class=\"visible-interaction\"> \n          </div> \n         </div> \n        </div> \n       </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_203164377_rs > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n         <div class=\"autofit-section\"> \n          <div class=\"visible-interaction\"> \n          </div> \n         </div> \n        </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_203164377_rs > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n          <div class=\"visible-interaction\"> \n          </div> \n         </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_203164377_rs > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_203164377_rs > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_203164377_rs > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"\" data-fragments-editor-item-id=\"10109-200293264\" data-fragments-editor-item-type=\"fragments-editor-mapped-item\">",
              "target": [
                "div[data-fragments-editor-item-id=\"10109-200293264\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"journal-content-article \" data-analytics-asset-id=\"200293262\" data-analytics-asset-title=\"Askem-painikkeet | Valtioneuvosto.fi\" data-analytics-asset-type=\"web-content\">",
              "target": [
                "div[data-analytics-asset-id=\"200293262\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"rns\" style=\"margin-top: 70px;\">\n             &nbsp; \n           </div>",
              "target": [
                ".rns"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"yja-meta-content-info\"> \n           </div>",
              "target": [
                "div[data-analytics-asset-id=\"200293262\"] > .yja-meta-content-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer>",
              "target": [
                "footer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"top\">",
              "target": [
                ".top"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bottom\">",
              "target": [
                ".bottom"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container\">",
              "target": [
                ".bottom > .container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"row align-content-end\">",
              "target": [
                ".align-content-end"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-info col-md-5\"> \n       <h3 class=\"title\">Statsrådet</h3> \n       <p>Snellmansgatan 1 A, Helsingfors</p> \n       <p>PB 23, 00023 Statsrådet</p> \n       <p>Tfn 0295 16001</p> \n      </div>",
              "target": [
                ".contact-info.col-md-5"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Statsrådet</h3>",
              "target": [
                ".contact-info.col-md-5 > .title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Snellmansgatan 1 A, Helsingfors</p>",
              "target": [
                ".contact-info.col-md-5 > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>PB 23, 00023 Statsrådet</p>",
              "target": [
                ".contact-info.col-md-5 > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Tfn 0295 16001</p>",
              "target": [
                ".contact-info.col-md-5 > p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"social-media col-md-5\">",
              "target": [
                ".social-media"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://x.com/valtioneuvosto\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet x</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"x\"></span> </a>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Statsrådet x</span>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1) > .sr-only:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Länk till en annan webbplats</span>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1) > .sr-only:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Öppnas i en ny flik</span>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1) > .sr-only:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"x\"></span>",
              "target": [
                ".x"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://instagram.com/finnishgovernment\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet instagram</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"instagram\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Statsrådet instagram</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2) > .sr-only:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Länk till en annan webbplats</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2) > .sr-only:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Öppnas i en ny flik</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2) > .sr-only:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"instagram\"></span>",
              "target": [
                ".instagram"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/@ValtioneuvostoStatsradet\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet youtube</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"youtube\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Statsrådet youtube</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3) > .sr-only:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Länk till en annan webbplats</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3) > .sr-only:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Öppnas i en ny flik</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3) > .sr-only:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"youtube\"></span>",
              "target": [
                ".youtube"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://facebook.com/valtioneuvosto\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet facebook</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"facebook\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Statsrådet facebook</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4) > .sr-only:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Länk till en annan webbplats</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4) > .sr-only:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Öppnas i en ny flik</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4) > .sr-only:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"facebook\"></span>",
              "target": [
                ".facebook"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"site-links col-md-4\">",
              "target": [
                ".site-links"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
                      "target": [
                        ".vn-home"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span>",
              "target": [
                ".sr-only-md"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"media_curtain\" style=\"background-image: url(\"https://valtioneuvosto.fi/documents/10197/13793247/VN-navigaatio-taustakuvio2.svg/08fc1f6d-8f30-5955-13b8-6d7cb8694711?version=1.0&t=1583229996000\");\">",
                      "target": [
                        "#media_curtain"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span aria-hidden=\"true\"> Svenska </span>",
              "target": [
                ".toggleLanSelectionView > span[aria-hidden=\"true\"]:nth-child(3)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"media_curtain\" style=\"background-image: url(\"https://valtioneuvosto.fi/documents/10197/13793247/VN-navigaatio-taustakuvio2.svg/08fc1f6d-8f30-5955-13b8-6d7cb8694711?version=1.0&t=1583229996000\");\">",
                      "target": [
                        "#media_curtain"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a class=\"js-media-link media-link right yja-external-link\" href=\"https://media.valtioneuvosto.fi\">Media <i class=\"icon-caret-right\"></i></a>",
              "target": [
                ".js-media-link"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-domstolsarenden",
      "originalUrl": "https://valtioneuvosto.fi/sv/finlands-eu-politik/eu-domstolsarenden",
      "status": 200,
      "contentType": "text/html;charset=UTF-8",
      "sources": []
    },
    "https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation/statsradets-forvaltningsenhet": {
      "title": "Statsrådets förvaltningsenhet - Statsrådet",
      "violations": [
        {
          "id": "landmark-main-is-top-level",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the main landmark is at top level",
          "help": "Main landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-main-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "main"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The main landmark is contained in another landmark."
                }
              ],
              "all": [],
              "none": [],
              "impact": "moderate",
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ],
              "failureSummary": "Fix any of the following:\n  The main landmark is contained in another landmark."
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-main",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one main landmark",
          "help": "Document should not have more than one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-main?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-main",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
                      "target": [
                        "#main-content"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Document has more than one main landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": "moderate",
              "html": "<main id=\"wrapper\">",
              "target": [
                "#wrapper"
              ],
              "failureSummary": "Fix any of the following:\n  Document has more than one main landmark"
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "main",
                    "accessibleText": null
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
                      "target": [
                        "#main-content"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ],
              "all": [],
              "none": [],
              "impact": "moderate",
              "html": "<main id=\"wrapper\">",
              "target": [
                "#wrapper"
              ],
              "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
            }
          ]
        },
        {
          "id": "link-in-text-block",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2a",
            "wcag141",
            "TTv5",
            "TT13.a",
            "EN-301-549",
            "EN-9.1.4.1",
            "RGAAv4",
            "RGAA-10.6.1"
          ],
          "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color",
          "help": "Links must be distinguishable without relying on color",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(5) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(5) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161180\" rel=\"nofollow\">0295161180</a>",
              "target": [
                "a[href=\"tel:+358295161180\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(6) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(6) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160373\" rel=\"nofollow\">0295160373</a>",
              "target": [
                "a[href=\"tel:+358295160373\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(14) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(14) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160244\" rel=\"nofollow\">0295160244</a>",
              "target": [
                "a[href=\"tel:+358295160244\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(15) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(15) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160074\" rel=\"nofollow\">0295160074</a>",
              "target": [
                "a[href=\"tel:+358295160074\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(16) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(16) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160728\" rel=\"nofollow\">0295160728</a>",
              "target": [
                "a[href=\"tel:+358295160728\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(17) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(17) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160882\" rel=\"nofollow\">0295160882</a>",
              "target": [
                "a[href=\"tel:+358295160882\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(18) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(18) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160580\" rel=\"nofollow\">0295160580</a>",
              "target": [
                "a[href=\"tel:+358295160580\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(23) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(23) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160276\" rel=\"nofollow\">0295160276</a>",
              "target": [
                "a[href=\"tel:+358295160276\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(24) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(24) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160843\" rel=\"nofollow\">0295160843</a>",
              "target": [
                "a[href=\"tel:+358295160843\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(30) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(30) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160953\" rel=\"nofollow\">0295160953</a>",
              "target": [
                "a[href=\"tel:+358295160953\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(34) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(34) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160767\" rel=\"nofollow\">0295160767</a>",
              "target": [
                "a[href=\"tel:+358295160767\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(38) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(38) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160142\" rel=\"nofollow\">0295160142</a>",
              "target": [
                "a[href=\"tel:+358295160142\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(39) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(39) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160265\" rel=\"nofollow\">0295160265</a>",
              "target": [
                "a[href=\"tel:+358295160265\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(40) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(40) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160478\" rel=\"nofollow\">0295160478</a>",
              "target": [
                "a[href=\"tel:+358295160478\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(42) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(42) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160029\" rel=\"nofollow\">0295160029</a>",
              "target": [
                "a[href=\"tel:+358295160029\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(47) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(47) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160229\" rel=\"nofollow\">0295160229</a>",
              "target": [
                "a[href=\"tel:+358295160229\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(49) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(49) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160726\" rel=\"nofollow\">0295160726</a>",
              "target": [
                "a[href=\"tel:+358295160726\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(53) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(53) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160949\" rel=\"nofollow\">0295160949</a>",
              "target": [
                "a[href=\"tel:+358295160949\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(60) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(60) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160115\" rel=\"nofollow\">0295160115</a>",
              "target": [
                "a[href=\"tel:+358295160115\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(61) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(61) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160103\" rel=\"nofollow\">0295160103</a>",
              "target": [
                "a[href=\"tel:+358295160103\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(65) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(65) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160198\" rel=\"nofollow\">0295160198</a>",
              "target": [
                "a[href=\"tel:+358295160198\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(67) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(67) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161135\" rel=\"nofollow\">0295161135</a>",
              "target": [
                "a[href=\"tel:+358295161135\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(69) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(69) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160715\" rel=\"nofollow\">0295160715</a>",
              "target": [
                "a[href=\"tel:+358295160715\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(70) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(70) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160701\" rel=\"nofollow\">0295160701</a>",
              "target": [
                "a[href=\"tel:+358295160701\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(72) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(72) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160729\" rel=\"nofollow\">0295160729</a>",
              "target": [
                "a[href=\"tel:+358295160729\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(73) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(73) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161130\" rel=\"nofollow\">0295161130</a>",
              "target": [
                "a[href=\"tel:+358295161130\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(74) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(74) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160224\" rel=\"nofollow\">0295160224</a>",
              "target": [
                "a[href=\"tel:+358295160224\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(76) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(76) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160407\" rel=\"nofollow\">0295160407</a>",
              "target": [
                "a[href=\"tel:+358295160407\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(77) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(77) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160052\" rel=\"nofollow\">0295160052</a>",
              "target": [
                "a[href=\"tel:+358295160052\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(79) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(79) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160077\" rel=\"nofollow\">0295160077</a>",
              "target": [
                "a[href=\"tel:+358295160077\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(80) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(80) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160638\" rel=\"nofollow\">0295160638</a>",
              "target": [
                "a[href=\"tel:+358295160638\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(83) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(83) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160213\" rel=\"nofollow\">0295160213</a>",
              "target": [
                "a[href=\"tel:+358295160213\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(84) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(84) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160111\" rel=\"nofollow\">0295160111</a>",
              "target": [
                "a[href=\"tel:+358295160111\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(86) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(86) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160068\" rel=\"nofollow\">0295160068</a>",
              "target": [
                "a[href=\"tel:+358295160068\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(89) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(89) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160764\" rel=\"nofollow\">0295160764</a>",
              "target": [
                "a[href=\"tel:+358295160764\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(90) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(90) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160124\" rel=\"nofollow\">0295160124</a>",
              "target": [
                "a[href=\"tel:+358295160124\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(91) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(91) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160737\" rel=\"nofollow\">0295160737</a>",
              "target": [
                "a[href=\"tel:+358295160737\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(92) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(92) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160260\" rel=\"nofollow\">0295160260</a>",
              "target": [
                "a[href=\"tel:+358295160260\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(94) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(94) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160437\" rel=\"nofollow\">0295160437</a>",
              "target": [
                "a[href=\"tel:+358295160437\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(96) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(96) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160092\" rel=\"nofollow\">0295160092</a>",
              "target": [
                "a[href=\"tel:+358295160092\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(98) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(98) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160226\" rel=\"nofollow\">0295160226</a>",
              "target": [
                "a[href=\"tel:+358295160226\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(101) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(101) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160106\" rel=\"nofollow\">0295160106</a>",
              "target": [
                "a[href=\"tel:+358295160106\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(104) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(104) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160637\" rel=\"nofollow\">0295160637</a>",
              "target": [
                "a[href=\"tel:+358295160637\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(105) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(105) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160398\" rel=\"nofollow\">0295160398</a>",
              "target": [
                "a[href=\"tel:+358295160398\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(106) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(106) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160601\" rel=\"nofollow\">0295160601</a>",
              "target": [
                "a[href=\"tel:+358295160601\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(107) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(107) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160831\" rel=\"nofollow\">0295160831</a>",
              "target": [
                "a[href=\"tel:+358295160831\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(108) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(108) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160712\" rel=\"nofollow\">0295160712</a>",
              "target": [
                "a[href=\"tel:+358295160712\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(109) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(109) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160360\" rel=\"nofollow\">0295160360</a>",
              "target": [
                "a[href=\"tel:+358295160360\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(113) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(113) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160154\" rel=\"nofollow\">0295160154</a>",
              "target": [
                "a[href=\"tel:+358295160154\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(116) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(116) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160308\" rel=\"nofollow\">0295160308</a>",
              "target": [
                "a[href=\"tel:+358295160308\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(122) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(122) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160813\" rel=\"nofollow\">0295160813</a>",
              "target": [
                "a[href=\"tel:+358295160813\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(123) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(123) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161181\" rel=\"nofollow\">0295161181</a>",
              "target": [
                "a[href=\"tel:+358295161181\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(124) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(124) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160278\" rel=\"nofollow\">0295160278</a>",
              "target": [
                "a[href=\"tel:+358295160278\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(126) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(126) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160053\" rel=\"nofollow\">0295160053</a>",
              "target": [
                "a[href=\"tel:+358295160053\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(129) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(129) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160513\" rel=\"nofollow\">0295160513</a>",
              "target": [
                "a[href=\"tel:+358295160513\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(130) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(130) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160514\" rel=\"nofollow\">0295160514</a>",
              "target": [
                "a[href=\"tel:+358295160514\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(132) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(132) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160731\" rel=\"nofollow\">0295160731</a>",
              "target": [
                "a[href=\"tel:+358295160731\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(134) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(134) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160716\" rel=\"nofollow\">0295160716</a>",
              "target": [
                "a[href=\"tel:+358295160716\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(135) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(135) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160673\" rel=\"nofollow\">0295160673</a>",
              "target": [
                "a[href=\"tel:+358295160673\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(137) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(137) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160528\" rel=\"nofollow\">0295160528</a>",
              "target": [
                "a[href=\"tel:+358295160528\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(141) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(141) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160061\" rel=\"nofollow\">0295160061</a>",
              "target": [
                "a[href=\"tel:+358295160061\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(144) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(144) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160647\" rel=\"nofollow\">0295160647</a>",
              "target": [
                "a[href=\"tel:+358295160647\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(145) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(145) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160028\" rel=\"nofollow\">0295160028</a>",
              "target": [
                "a[href=\"tel:+358295160028\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(146) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(146) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160282\" rel=\"nofollow\">0295160282</a>",
              "target": [
                "a[href=\"tel:+358295160282\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(147) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(147) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160217\" rel=\"nofollow\">0295160217</a>",
              "target": [
                "a[href=\"tel:+358295160217\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(148) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(148) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160605\" rel=\"nofollow\">0295160605</a>",
              "target": [
                "a[href=\"tel:+358295160605\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(149) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(149) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161049\" rel=\"nofollow\">0295161049</a>",
              "target": [
                "a[href=\"tel:+358295161049\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(150) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(150) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160269\" rel=\"nofollow\">0295160269</a>",
              "target": [
                "a[href=\"tel:+358295160269\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(152) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(152) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160828\" rel=\"nofollow\">0295160828</a>",
              "target": [
                "a[href=\"tel:+358295160828\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(160) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(160) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160381\" rel=\"nofollow\">0295160381</a>",
              "target": [
                "a[href=\"tel:+358295160381\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(161) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(161) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160649\" rel=\"nofollow\">0295160649</a>",
              "target": [
                "a[href=\"tel:+358295160649\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(162) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(162) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161127\" rel=\"nofollow\">0295161127</a>",
              "target": [
                "a[href=\"tel:+358295161127\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(164) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(164) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161141\" rel=\"nofollow\">0295161141</a>",
              "target": [
                "a[href=\"tel:+358295161141\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(166) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(166) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160517\" rel=\"nofollow\">0295160517</a>",
              "target": [
                "a[href=\"tel:+358295160517\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(167) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(167) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160518\" rel=\"nofollow\">0295160518</a>",
              "target": [
                "a[href=\"tel:+358295160518\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(169) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(169) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160258\" rel=\"nofollow\">0295160258</a>",
              "target": [
                "a[href=\"tel:+358295160258\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(170) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(170) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160110\" rel=\"nofollow\">0295160110</a>",
              "target": [
                "a[href=\"tel:+358295160110\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(174) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(174) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160246\" rel=\"nofollow\">0295160246</a>",
              "target": [
                "a[href=\"tel:+358295160246\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(179) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(179) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160069\" rel=\"nofollow\">0295160069</a>",
              "target": [
                "a[href=\"tel:+358295160069\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(180) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(180) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160233\" rel=\"nofollow\">0295160233</a>",
              "target": [
                "a[href=\"tel:+358295160233\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(181) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(181) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160072\" rel=\"nofollow\">0295160072</a>",
              "target": [
                "a[href=\"tel:+358295160072\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(186) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(186) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160042\" rel=\"nofollow\">0295160042</a>",
              "target": [
                "a[href=\"tel:+358295160042\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(188) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(188) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160555\" rel=\"nofollow\">0295160555</a>",
              "target": [
                "a[href=\"tel:+358295160555\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(189) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(189) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160104\" rel=\"nofollow\">0295160104</a>",
              "target": [
                "a[href=\"tel:+358295160104\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(191) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(191) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160416\" rel=\"nofollow\">0295160416</a>",
              "target": [
                "a[href=\"tel:+358295160416\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(193) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(193) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160730\" rel=\"nofollow\">0295160730</a>",
              "target": [
                "a[href=\"tel:+358295160730\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(195) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(195) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160297\" rel=\"nofollow\">0295160297</a>",
              "target": [
                "a[href=\"tel:+358295160297\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(196) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(196) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160105\" rel=\"nofollow\">0295160105</a>",
              "target": [
                "a[href=\"tel:+358295160105\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(197) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(197) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161644\" rel=\"nofollow\">0295161644</a>",
              "target": [
                "a[href=\"tel:+358295161644\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(198) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(198) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160081\" rel=\"nofollow\">0295160081</a>",
              "target": [
                "a[href=\"tel:+358295160081\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(199) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(199) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160639\" rel=\"nofollow\">0295160639</a>",
              "target": [
                "a[href=\"tel:+358295160639\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(202) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(202) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160536\" rel=\"nofollow\">0295160536</a>",
              "target": [
                "a[href=\"tel:+358295160536\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(203) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(203) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160056\" rel=\"nofollow\">0295160056</a>",
              "target": [
                "a[href=\"tel:+358295160056\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(206) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(206) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160519\" rel=\"nofollow\">0295160519</a>",
              "target": [
                "a[href=\"tel:+358295160519\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(207) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(207) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160520\" rel=\"nofollow\">0295160520</a>",
              "target": [
                "a[href=\"tel:+358295160520\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(211) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(211) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160205\" rel=\"nofollow\">0295160205</a>",
              "target": [
                "a[href=\"tel:+358295160205\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(215) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(215) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160151\" rel=\"nofollow\">0295160151</a>",
              "target": [
                "a[href=\"tel:+358295160151\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(219) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(219) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160950\" rel=\"nofollow\">0295160950</a>",
              "target": [
                "a[href=\"tel:+358295160950\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(220) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(220) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160256\" rel=\"nofollow\">0295160256</a>",
              "target": [
                "a[href=\"tel:+358295160256\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(222) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(222) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160714\" rel=\"nofollow\">0295160714</a>",
              "target": [
                "a[href=\"tel:+358295160714\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(223) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(223) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160525\" rel=\"nofollow\">0295160525</a>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"] > a[href=\"tel:+358295160525\"][rel=\"nofollow\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(225) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(225) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160156\" rel=\"nofollow\">0295160156</a>",
              "target": [
                "a[href=\"tel:+358295160156\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(229) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(229) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160405\" rel=\"nofollow\">0295160405</a>",
              "target": [
                "a[href=\"tel:+358295160405\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(230) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(230) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160399\" rel=\"nofollow\">0295160399</a>",
              "target": [
                "a[href=\"tel:+358295160399\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(235) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(235) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160780\" rel=\"nofollow\">0295160780</a>",
              "target": [
                "a[href=\"tel:+358295160780\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(236) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(236) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160642\" rel=\"nofollow\">0295160642</a>",
              "target": [
                "a[href=\"tel:+358295160642\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(240) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(240) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161103\" rel=\"nofollow\">0295161103</a>",
              "target": [
                "a[href=\"tel:+358295161103\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(241) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(241) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160338\" rel=\"nofollow\">0295160338</a>",
              "target": [
                "a[href=\"tel:+358295160338\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(242) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(242) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160826\" rel=\"nofollow\">0295160826</a>",
              "target": [
                "a[href=\"tel:+358295160826\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(244) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(244) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160650\" rel=\"nofollow\">0295160650</a>",
              "target": [
                "a[href=\"tel:+358295160650\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(246) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(246) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160827\" rel=\"nofollow\">0295160827</a>",
              "target": [
                "a[href=\"tel:+358295160827\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(249) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(249) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160798\" rel=\"nofollow\">0295160798</a>",
              "target": [
                "a[href=\"tel:+358295160798\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(251) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(251) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160617\" rel=\"nofollow\">0295160617</a>",
              "target": [
                "a[href=\"tel:+358295160617\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(252) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(252) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160707\" rel=\"nofollow\">0295160707</a>",
              "target": [
                "a[href=\"tel:+358295160707\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(253) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(253) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160635\" rel=\"nofollow\">0295160635</a>",
              "target": [
                "a[href=\"tel:+358295160635\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(254) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(254) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160336\" rel=\"nofollow\">0295160336</a>",
              "target": [
                "a[href=\"tel:+358295160336\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(255) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(255) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160143\" rel=\"nofollow\">0295160143</a>",
              "target": [
                "a[href=\"tel:+358295160143\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(256) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(256) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160994\" rel=\"nofollow\">0295160994</a>",
              "target": [
                "a[href=\"tel:+358295160994\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(258) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(258) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160326\" rel=\"nofollow\">0295160326</a>",
              "target": [
                "a[href=\"tel:+358295160326\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(259) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(259) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160982\" rel=\"nofollow\">0295160982</a>",
              "target": [
                "a[href=\"tel:+358295160982\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(260) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(260) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160521\" rel=\"nofollow\">0295160521</a>",
              "target": [
                "a[href=\"tel:+358295160521\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(266) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(266) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160274\" rel=\"nofollow\">0295160274</a>",
              "target": [
                "a[href=\"tel:+358295160274\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(267) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(267) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160499\" rel=\"nofollow\">0295160499</a>",
              "target": [
                "a[href=\"tel:+358295160499\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(268) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(268) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160651\" rel=\"nofollow\">0295160651</a>",
              "target": [
                "a[href=\"tel:+358295160651\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(269) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(269) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160833\" rel=\"nofollow\">0295160833</a>",
              "target": [
                "a[href=\"tel:+358295160833\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(276) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(276) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160078\" rel=\"nofollow\">0295160078</a>",
              "target": [
                "a[href=\"tel:+358295160078\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(277) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(277) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160293\" rel=\"nofollow\">0295160293</a>",
              "target": [
                "a[href=\"tel:+358295160293\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(279) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(279) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160071\" rel=\"nofollow\">0295160071</a>",
              "target": [
                "a[href=\"tel:+358295160071\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(281) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(281) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160264\" rel=\"nofollow\">0295160264</a>",
              "target": [
                "a[href=\"tel:+358295160264\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(284) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(284) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160929\" rel=\"nofollow\">0295160929</a>",
              "target": [
                "a[href=\"tel:+358295160929\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(289) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(289) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160577\" rel=\"nofollow\">0295160577</a>",
              "target": [
                "a[href=\"tel:+358295160577\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(292) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(292) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160241\" rel=\"nofollow\">0295160241</a>",
              "target": [
                "a[href=\"tel:+358295160241\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(294) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(294) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160280\" rel=\"nofollow\">0295160280</a>",
              "target": [
                "a[href=\"tel:+358295160280\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(296) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(296) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160107\" rel=\"nofollow\">0295160107</a>",
              "target": [
                "a[href=\"tel:+358295160107\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(297) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(297) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160837\" rel=\"nofollow\">0295160837</a>",
              "target": [
                "a[href=\"tel:+358295160837\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(298) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(298) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160150\" rel=\"nofollow\">0295160150</a>",
              "target": [
                "a[href=\"tel:+358295160150\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(302) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(302) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160884\" rel=\"nofollow\">0295160884</a>",
              "target": [
                "a[href=\"tel:+358295160884\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(303) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(303) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160941\" rel=\"nofollow\">0295160941</a>",
              "target": [
                "a[href=\"tel:+358295160941\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(311) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(311) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160832\" rel=\"nofollow\">0295160832</a>",
              "target": [
                "a[href=\"tel:+358295160832\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(312) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(312) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160834\" rel=\"nofollow\">0295160834</a>",
              "target": [
                "a[href=\"tel:+358295160834\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(318) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(318) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160858\" rel=\"nofollow\">0295160858</a>",
              "target": [
                "a[href=\"tel:+358295160858\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(319) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(319) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160243\" rel=\"nofollow\">0295160243</a>",
              "target": [
                "a[href=\"tel:+358295160243\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(321) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(321) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160830\" rel=\"nofollow\">0295160830</a>",
              "target": [
                "a[href=\"tel:+358295160830\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(322) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(322) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160133\" rel=\"nofollow\">0295160133</a>",
              "target": [
                "a[href=\"tel:+358295160133\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(323) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(323) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160067\" rel=\"nofollow\">0295160067</a>",
              "target": [
                "a[href=\"tel:+358295160067\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(324) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(324) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160404\" rel=\"nofollow\">0295160404</a>",
              "target": [
                "a[href=\"tel:+358295160404\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(326) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(326) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160808\" rel=\"nofollow\">0295160808</a>",
              "target": [
                "a[href=\"tel:+358295160808\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(328) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(328) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160368\" rel=\"nofollow\">0295160368</a>",
              "target": [
                "a[href=\"tel:+358295160368\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(330) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(330) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160508\" rel=\"nofollow\">0295160508</a>",
              "target": [
                "a[href=\"tel:+358295160508\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(339) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(339) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160112\" rel=\"nofollow\">0295160112</a>",
              "target": [
                "a[href=\"tel:+358295160112\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(342) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(342) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160674\" rel=\"nofollow\">0295160674</a>",
              "target": [
                "a[href=\"tel:+358295160674\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(344) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(344) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160118\" rel=\"nofollow\">0295160118</a>",
              "target": [
                "a[href=\"tel:+358295160118\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(347) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(347) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160137\" rel=\"nofollow\">0295160137</a>",
              "target": [
                "a[href=\"tel:+358295160137\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(351) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(351) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160502\" rel=\"nofollow\">0295160502</a>",
              "target": [
                "a[href=\"tel:+358295160502\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(352) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(352) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160157\" rel=\"nofollow\">0295160157</a>",
              "target": [
                "a[href=\"tel:+358295160157\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(353) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(353) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160825\" rel=\"nofollow\">0295160825</a>",
              "target": [
                "a[href=\"tel:+358295160825\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(357) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(357) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160691\" rel=\"nofollow\">0295160691</a>",
              "target": [
                "a[href=\"tel:+358295160691\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(358) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(358) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160252\" rel=\"nofollow\">0295160252</a>",
              "target": [
                "a[href=\"tel:+358295160252\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(359) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(359) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160656\" rel=\"nofollow\">0295160656</a>",
              "target": [
                "a[href=\"tel:+358295160656\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(361) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(361) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160132\" rel=\"nofollow\">0295160132</a>",
              "target": [
                "a[href=\"tel:+358295160132\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(363) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(363) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160654\" rel=\"nofollow\">0295160654</a>",
              "target": [
                "a[href=\"tel:+358295160654\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(364) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(364) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160672\" rel=\"nofollow\">0295160672</a>",
              "target": [
                "a[href=\"tel:+358295160672\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(367) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(367) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160657\" rel=\"nofollow\">0295160657</a>",
              "target": [
                "a[href=\"tel:+358295160657\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(370) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(370) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160931\" rel=\"nofollow\">0295160931</a>",
              "target": [
                "a[href=\"tel:+358295160931\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(373) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(373) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160108\" rel=\"nofollow\">0295160108</a>",
              "target": [
                "a[href=\"tel:+358295160108\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(374) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(374) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160414\" rel=\"nofollow\">0295160414</a>",
              "target": [
                "a[href=\"tel:+358295160414\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(378) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(378) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160879\" rel=\"nofollow\">0295160879</a>",
              "target": [
                "a[href=\"tel:+358295160879\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(379) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(379) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160063\" rel=\"nofollow\">0295160063</a>",
              "target": [
                "a[href=\"tel:+358295160063\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(382) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(382) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160876\" rel=\"nofollow\">0295160876</a>",
              "target": [
                "a[href=\"tel:+358295160876\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(383) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(383) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160658\" rel=\"nofollow\">0295160658</a>",
              "target": [
                "a[href=\"tel:+358295160658\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(384) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(384) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160769\" rel=\"nofollow\">0295160769</a>",
              "target": [
                "a[href=\"tel:+358295160769\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(388) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(388) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160525\" rel=\"nofollow\">0295160525</a>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"] > a[href=\"tel:+358295160525\"][rel=\"nofollow\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(390) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(390) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160582\" rel=\"nofollow\">0295160582</a>",
              "target": [
                "a[href=\"tel:+358295160582\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(391) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(391) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160952\" rel=\"nofollow\">0295160952</a>",
              "target": [
                "a[href=\"tel:+358295160952\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(394) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(394) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160515\" rel=\"nofollow\">0295160515</a>",
              "target": [
                "a[href=\"tel:+358295160515\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(395) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(395) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160516\" rel=\"nofollow\">0295160516</a>",
              "target": [
                "a[href=\"tel:+358295160516\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(397) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(397) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160838\" rel=\"nofollow\">0295160838</a>",
              "target": [
                "a[href=\"tel:+358295160838\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(402) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(402) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160859\" rel=\"nofollow\">0295160859</a>",
              "target": [
                "a[href=\"tel:+358295160859\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(404) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(404) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160114\" rel=\"nofollow\">0295160114</a>",
              "target": [
                "a[href=\"tel:+358295160114\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(407) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(407) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160959\" rel=\"nofollow\">0295160959</a>",
              "target": [
                "a[href=\"tel:+358295160959\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(408) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(408) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160860\" rel=\"nofollow\">0295160860</a>",
              "target": [
                "a[href=\"tel:+358295160860\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(409) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(409) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160881\" rel=\"nofollow\">0295160881</a>",
              "target": [
                "a[href=\"tel:+358295160881\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(410) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(410) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160231\" rel=\"nofollow\">0295160231</a>",
              "target": [
                "a[href=\"tel:+358295160231\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(411) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(411) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160168\" rel=\"nofollow\">0295160168</a>",
              "target": [
                "a[href=\"tel:+358295160168\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(412) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(412) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161070\" rel=\"nofollow\">0295161070</a>",
              "target": [
                "a[href=\"tel:+358295161070\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(413) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(413) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160283\" rel=\"nofollow\">0295160283</a>",
              "target": [
                "a[href=\"tel:+358295160283\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(414) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(414) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160627\" rel=\"nofollow\">0295160627</a>",
              "target": [
                "a[href=\"tel:+358295160627\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(417) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(417) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160064\" rel=\"nofollow\">0295160064</a>",
              "target": [
                "a[href=\"tel:+358295160064\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(419) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(419) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161092\" rel=\"nofollow\">0295161092</a>",
              "target": [
                "a[href=\"tel:+358295161092\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(420) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(420) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160903\" rel=\"nofollow\">0295160903</a>",
              "target": [
                "a[href=\"tel:+358295160903\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(421) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(421) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161173\" rel=\"nofollow\">0295161173</a>",
              "target": [
                "a[href=\"tel:+358295161173\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(423) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(423) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160880\" rel=\"nofollow\">0295160880</a>",
              "target": [
                "a[href=\"tel:+358295160880\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(425) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(425) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160765\" rel=\"nofollow\">0295160765</a>",
              "target": [
                "a[href=\"tel:+358295160765\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(426) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(426) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160839\" rel=\"nofollow\">0295160839</a>",
              "target": [
                "a[href=\"tel:+358295160839\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(430) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(430) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160065\" rel=\"nofollow\">0295160065</a>",
              "target": [
                "a[href=\"tel:+358295160065\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(437) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(437) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161063\" rel=\"nofollow\">0295161063</a>",
              "target": [
                "a[href=\"tel:+358295161063\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(439) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(439) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160933\" rel=\"nofollow\">0295160933</a>",
              "target": [
                "a[href=\"tel:+358295160933\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(443) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(443) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160204\" rel=\"nofollow\">0295160204</a>",
              "target": [
                "a[href=\"tel:+358295160204\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(444) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(444) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160249\" rel=\"nofollow\">0295160249</a>",
              "target": [
                "a[href=\"tel:+358295160249\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(446) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(446) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160248\" rel=\"nofollow\">0295160248</a>",
              "target": [
                "a[href=\"tel:+358295160248\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(447) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(447) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160805\" rel=\"nofollow\">0295160805</a>",
              "target": [
                "a[href=\"tel:+358295160805\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(449) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(449) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160854\" rel=\"nofollow\">0295160854</a>",
              "target": [
                "a[href=\"tel:+358295160854\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(450) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(450) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160568\" rel=\"nofollow\">0295160568</a>",
              "target": [
                "a[href=\"tel:+358295160568\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(451) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(451) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160215\" rel=\"nofollow\">0295160215</a>",
              "target": [
                "a[href=\"tel:+358295160215\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(464) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(464) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160836\" rel=\"nofollow\">0295160836</a>",
              "target": [
                "a[href=\"tel:+358295160836\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(466) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(466) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160574\" rel=\"nofollow\">0295160574</a>",
              "target": [
                "a[href=\"tel:+358295160574\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(468) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(468) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160459\" rel=\"nofollow\">0295160459</a>",
              "target": [
                "a[href=\"tel:+358295160459\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(469) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(469) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160755\" rel=\"nofollow\">0295160755</a>",
              "target": [
                "a[href=\"tel:+358295160755\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(470) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(470) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160117\" rel=\"nofollow\">0295160117</a>",
              "target": [
                "a[href=\"tel:+358295160117\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(472) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(472) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160443\" rel=\"nofollow\">0295160443</a>",
              "target": [
                "a[href=\"tel:+358295160443\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(477) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(477) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160578\" rel=\"nofollow\">0295160578</a>",
              "target": [
                "a[href=\"tel:+358295160578\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(478) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(478) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160230\" rel=\"nofollow\">0295160230</a>",
              "target": [
                "a[href=\"tel:+358295160230\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "fgContrast",
                    "contrastRatio": 1.66,
                    "requiredContrastRatio": 3,
                    "nodeColor": "#333333",
                    "parentColor": "#000000"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(482) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)"
                },
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(482) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "The link has no styling (such as underline) to distinguish it from the surrounding text"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160152\" rel=\"nofollow\">0295160152</a>",
              "target": [
                "a[href=\"tel:+358295160152\"]"
              ],
              "failureSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.66:1 with the surrounding text. (Minimum contrast is 3:1, link text: #333333, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text"
            }
          ]
        }
      ],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli\" aria-current=\"true\">Statsrådets kansli</a>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådets kansli</span></button>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Kansliet betjänar statsrådet</span></button>",
              "target": [
                ".level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation\" aria-current=\"true\">Statsrådets kanslis ledning och organisation</a>",
              "target": [
                ".selected.lfr-nav-item[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ekonomi</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Finlands EU-politik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">Statsrådets förvaltningsenhet</li>",
              "target": [
                ".active"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"ministry-menu\" role=\"menu\">",
              "target": [
                ".ministry-menu"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"vn\" role=\"none\">",
              "target": [
                ".vn"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"vnsite\" href=\"https://valtioneuvosto.fi/sv\" target=\"_blank\" role=\"menuitem\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #365abd\"> </span> <span class=\"text\"> Statsrådet </span> </a>",
              "target": [
                ".vnsite"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"ministries\" role=\"none\">",
              "target": [
                ".ministries"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://vnk.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #007bc0\"> </span> <span class=\"text\"> Statsrådets kansli </span> </a></li>",
              "target": [
                ".ministries > li[role=\"none\"]:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://vnk.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #007bc0\"> </span> <span class=\"text\"> Statsrådets kansli </span> </a>",
              "target": [
                "a[href=\"https://vnk.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://defmin.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #cccccc\"> </span> <span class=\"text\"> Försvars­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://defmin.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #cccccc\"> </span> <span class=\"text\"> Försvars­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://defmin.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://lvm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #0000ff\"> </span> <span class=\"text\"> Kommunikations­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://lvm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #0000ff\"> </span> <span class=\"text\"> Kommunikations­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://lvm.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://um.fi/forsta-sidan\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #4d66a4\"> </span> <span class=\"text\"> Utrikes­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://um.fi/forsta-sidan\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #4d66a4\"> </span> <span class=\"text\"> Utrikes­ministeriet </span> </a>",
              "target": [
                "a[href$=\"forsta-sidan\"][role=\"menuitem\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://finansministeriet.fi/\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #304e88\"> </span> <span class=\"text\"> Finans­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://finansministeriet.fi/\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #304e88\"> </span> <span class=\"text\"> Finans­ministeriet </span> </a>",
              "target": [
                "a[href$=\"finansministeriet.fi/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://www.tem.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #cba258\"> </span> <span class=\"text\"> Arbets- och närings­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.tem.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #cba258\"> </span> <span class=\"text\"> Arbets- och närings­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://www.tem.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://oikeusministerio.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #005587\"> </span> <span class=\"text\"> Justitie­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://oikeusministerio.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #005587\"> </span> <span class=\"text\"> Justitie­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://oikeusministerio.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://okm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #70a489\"> </span> <span class=\"text\"> Under­visnings- och kultur­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://okm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #70a489\"> </span> <span class=\"text\"> Under­visnings- och kultur­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://okm.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://stm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #e98300\"> </span> <span class=\"text\"> Social- och hälsovårds­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://stm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #e98300\"> </span> <span class=\"text\"> Social- och hälsovårds­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://stm.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://intermin.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #be2d46\"> </span> <span class=\"text\"> Inrikes­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://intermin.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #be2d46\"> </span> <span class=\"text\"> Inrikes­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://intermin.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://mmm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #004077\"> </span> <span class=\"text\"> Jord- och skogs­bruks­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://mmm.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #004077\"> </span> <span class=\"text\"> Jord- och skogs­bruks­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://mmm.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li role=\"none\"><a href=\"https://ym.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #0065bd\"> </span> <span class=\"text\"> Miljö­ministeriet </span> </a></li>",
              "target": [
                "li[role=\"none\"]:nth-child(12)"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://ym.fi/sv\" target=\"_blank\" role=\"menuitem\" class=\"yja-external-link\"> <span class=\"box\" aria-hidden=\"true\" style=\"background: #0065bd\"> </span> <span class=\"text\"> Miljö­ministeriet </span> </a>",
              "target": [
                "a[href=\"https://ym.fi/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"/o/common-ui-resources/images/icon-earth.png?browserId=other&amp;languageId=sv_SE&amp;t=1776094026000\n\" role=\"presentation\" height=\"25\">",
              "target": [
                "img[height=\"25\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"lan_selection_view\" id=\"lan-selection-view\" aria-expanded=\"false\" role=\"navigation\" aria-label=\"Language selection\">",
              "target": [
                "#lan-selection-view"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-closed\" aria-hidden=\"true\"></span>",
              "target": [
                ".mx-0 > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-closed.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-open\" aria-hidden=\"true\"></span>",
              "target": [
                ".mx-0 > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-open.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-closed\" aria-hidden=\"true\"></span>",
              "target": [
                "#site-mobile-menu > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-closed.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-open\" aria-hidden=\"true\"></span>",
              "target": [
                "#site-mobile-menu > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-open.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon-arrow-up\"></span>",
              "target": [
                ".icon-arrow-up"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli\" aria-current=\"true\">Statsrådets kansli</a>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådets kansli</span></button>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Kansliet betjänar statsrådet</span></button>",
              "target": [
                ".level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation\" aria-current=\"true\">Statsrådets kanslis ledning och organisation</a>",
              "target": [
                ".selected.lfr-nav-item[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ekonomi</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Finlands EU-politik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">Statsrådets förvaltningsenhet</li>",
              "target": [
                ".active"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"other controls-visible yui3-skin-sam signed-out public-page site eu\" itemscope=\"\" itemtype=\"http://schema.org/WebPage\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #365abd\"> </span>",
              "target": [
                ".vnsite > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #007bc0\"> </span>",
              "target": [
                "a[href=\"https://vnk.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #cccccc\"> </span>",
              "target": [
                "a[href=\"https://defmin.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #0000ff\"> </span>",
              "target": [
                "a[href=\"https://lvm.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #4d66a4\"> </span>",
              "target": [
                "a[href$=\"forsta-sidan\"][role=\"menuitem\"][target=\"_blank\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #304e88\"> </span>",
              "target": [
                "a[href$=\"finansministeriet.fi/\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #cba258\"> </span>",
              "target": [
                "a[href=\"https://www.tem.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #005587\"> </span>",
              "target": [
                "a[href=\"https://oikeusministerio.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #70a489\"> </span>",
              "target": [
                "a[href=\"https://okm.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #e98300\"> </span>",
              "target": [
                "a[href=\"https://stm.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #be2d46\"> </span>",
              "target": [
                "a[href=\"https://intermin.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #004077\"> </span>",
              "target": [
                "a[href=\"https://mmm.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"box\" aria-hidden=\"true\" style=\"background: #0065bd\"> </span>",
              "target": [
                "a[href=\"https://ym.fi/sv\"] > .box[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"globeWrapper\" aria-hidden=\"true\"> <img src=\"/o/common-ui-resources/images/icon-earth.png?browserId=other&amp;languageId=sv_SE&amp;t=1776094026000\n\" role=\"presentation\" height=\"25\"> </span>",
              "target": [
                ".globeWrapper"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span aria-hidden=\"true\"> Svenska </span>",
              "target": [
                ".toggleLanSelectionView > span[aria-hidden=\"true\"]:nth-child(3)"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-closed\" aria-hidden=\"true\"></span>",
              "target": [
                ".mx-0 > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-closed.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-open\" aria-hidden=\"true\"></span>",
              "target": [
                ".mx-0 > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-open.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-closed\" aria-hidden=\"true\"></span>",
              "target": [
                "#site-mobile-menu > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-closed.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon menu-open\" aria-hidden=\"true\"></span>",
              "target": [
                "#site-mobile-menu > .heading-mobile-menu[aria-haspopup=\"true\"] > .menu-open.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"icon-home\" aria-hidden=\"true\"></span>",
              "target": [
                ".icon-home"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<form action=\"#\" aria-hidden=\"true\" class=\"hide\" id=\"hrefFm\" method=\"post\" name=\"hrefFm\"> \n     <span></span> \n     <button hidden=\"\" type=\"submit\">Gömd</button> \n    </form>",
              "target": [
                "#hrefFm"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli\" aria-current=\"true\">Statsrådets kansli</a>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådets kansli</span></button>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Kansliet betjänar statsrådet</span></button>",
              "target": [
                ".level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation\" aria-current=\"true\">Statsrådets kanslis ledning och organisation</a>",
              "target": [
                ".selected.lfr-nav-item[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ekonomi</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Finlands EU-politik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">Statsrådets förvaltningsenhet</li>",
              "target": [
                ".active"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli\" aria-current=\"true\">Statsrådets kansli</a>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådets kansli</span></button>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Kansliet betjänar statsrådet</span></button>",
              "target": [
                ".level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation\" aria-current=\"true\">Statsrådets kanslis ledning och organisation</a>",
              "target": [
                ".selected.lfr-nav-item[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ekonomi</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Finlands EU-politik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">Statsrådets förvaltningsenhet</li>",
              "target": [
                ".active"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli\" aria-current=\"true\">Statsrådets kansli</a>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådets kansli</span></button>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Kansliet betjänar statsrådet</span></button>",
              "target": [
                ".level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation\" aria-current=\"true\">Statsrådets kanslis ledning och organisation</a>",
              "target": [
                ".selected.lfr-nav-item[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ekonomi</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Finlands EU-politik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">Statsrådets förvaltningsenhet</li>",
              "target": [
                ".active"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"media_curtain\" style=\"background-image: url(\"https://valtioneuvosto.fi/documents/10197/13793247/VN-navigaatio-taustakuvio2.svg/08fc1f6d-8f30-5955-13b8-6d7cb8694711?version=1.0&t=1583229996000\");\">",
              "target": [
                "#media_curtain"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div class=\"rns\" style=\"margin-top: 70px;\">\n             &nbsp; \n           </div>",
              "target": [
                ".rns"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn-primary search-btn\" type=\"submit\" onclick=\"YjaSearcher.submitSearchForm('#siteSearchField-0'); return false;\"><img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\"></button>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .search-btn.btn-primary[type=\"submit\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådets kansli</span></button>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Kansliet betjänar statsrådet</span></button>",
              "target": [
                ".level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ekonomi</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Finlands EU-politik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<h1 class=\"hed-section portlet-title portlet-title-text\">Kontaktuppgifter till statsrådets förvaltningsenhet</h1>",
                      "target": [
                        ".hed-section"
                      ]
                    },
                    {
                      "html": "<h2 id=\"A\" class=\"letter mt-5\">A</h2>",
                      "target": [
                        "#A"
                      ]
                    },
                    {
                      "html": "<h2 id=\"B\" class=\"letter mt-5\">B</h2>",
                      "target": [
                        "#B"
                      ]
                    },
                    {
                      "html": "<h2 id=\"C\" class=\"letter mt-5\">C</h2>",
                      "target": [
                        "#C"
                      ]
                    },
                    {
                      "html": "<h2 id=\"D\" class=\"letter mt-5\">D</h2>",
                      "target": [
                        "#D"
                      ]
                    },
                    {
                      "html": "<h2 id=\"E\" class=\"letter mt-5\">E</h2>",
                      "target": [
                        "#E"
                      ]
                    },
                    {
                      "html": "<h2 id=\"F\" class=\"letter mt-5\">F</h2>",
                      "target": [
                        "#F"
                      ]
                    },
                    {
                      "html": "<h2 id=\"G\" class=\"letter mt-5\">G</h2>",
                      "target": [
                        "#G"
                      ]
                    },
                    {
                      "html": "<h2 id=\"H\" class=\"letter mt-5\">H</h2>",
                      "target": [
                        "#H"
                      ]
                    },
                    {
                      "html": "<h2 id=\"I\" class=\"letter mt-5\">I</h2>",
                      "target": [
                        "#I"
                      ]
                    },
                    {
                      "html": "<h2 id=\"J\" class=\"letter mt-5\">J</h2>",
                      "target": [
                        "#J"
                      ]
                    },
                    {
                      "html": "<h2 id=\"K\" class=\"letter mt-5\">K</h2>",
                      "target": [
                        "#K"
                      ]
                    },
                    {
                      "html": "<h2 id=\"L\" class=\"letter mt-5\">L</h2>",
                      "target": [
                        "#L"
                      ]
                    },
                    {
                      "html": "<h2 id=\"M\" class=\"letter mt-5\">M</h2>",
                      "target": [
                        "#M"
                      ]
                    },
                    {
                      "html": "<h2 id=\"N\" class=\"letter mt-5\">N</h2>",
                      "target": [
                        "#N"
                      ]
                    },
                    {
                      "html": "<h2 id=\"O\" class=\"letter mt-5\">O</h2>",
                      "target": [
                        "#O"
                      ]
                    },
                    {
                      "html": "<h2 id=\"P\" class=\"letter mt-5\">P</h2>",
                      "target": [
                        "#P"
                      ]
                    },
                    {
                      "html": "<h2 id=\"R\" class=\"letter mt-5\">R</h2>",
                      "target": [
                        "#R"
                      ]
                    },
                    {
                      "html": "<h2 id=\"S\" class=\"letter mt-5\">S</h2>",
                      "target": [
                        "#S"
                      ]
                    },
                    {
                      "html": "<h2 id=\"T\" class=\"letter mt-5\">T</h2>",
                      "target": [
                        "#T"
                      ]
                    },
                    {
                      "html": "<h2 id=\"U\" class=\"letter mt-5\">U</h2>",
                      "target": [
                        "#U"
                      ]
                    },
                    {
                      "html": "<h2 id=\"V\" class=\"letter mt-5\">V</h2>",
                      "target": [
                        "#V"
                      ]
                    },
                    {
                      "html": "<h2 id=\"W\" class=\"letter mt-5\">W</h2>",
                      "target": [
                        "#W"
                      ]
                    },
                    {
                      "html": "<h2 id=\"Y\" class=\"letter mt-5\">Y</h2>",
                      "target": [
                        "#Y"
                      ]
                    },
                    {
                      "html": "<h2 id=\"Ö\" class=\"letter mt-5\">Ö</h2>",
                      "target": [
                        "#Ö"
                      ]
                    },
                    {
                      "html": "<h3 class=\"title\">Statsrådet</h3>",
                      "target": [
                        ".col-md-5.contact-info > h3"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                },
                {
                  "id": "landmark",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<main id=\"wrapper\">",
                      "target": [
                        "#wrapper"
                      ]
                    },
                    {
                      "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
                      "target": [
                        "#main-content"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a landmark region"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.26,
                    "fontSize": "13.5pt (18px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/sv/kontaktinformation\" class=\"additional-link\">Kontaktinformation</a>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(2) > .additional-link[href$=\"kontaktinformation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "messageKey": "hidden"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is hidden"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-1\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/aktuellt\">Aktuellt</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar\">Orpos regering</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beslut\">Beslut</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info/sa-har-arbetar-statsradet\">Så här arbetar statsrådet</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli\" aria-current=\"true\">Statsrådets kansli</a>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "13.5pt (18px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/kansliet-betjanar-statsradet\">Kansliet betjänar statsrådet</a>",
              "target": [
                ".level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "13.5pt (18px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation\" aria-current=\"true\">Statsrådets kanslis ledning och organisation</a>",
              "target": [
                ".selected.lfr-nav-item[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "13.5pt (18px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ekonomi\">Ekonomi</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "13.5pt (18px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beloningar-och-utmarkelser\">Belöningar och utmärkelser</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(4) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "13.5pt (18px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/statsradets-kansli-som-arbetsplats\">Statsrådets kansli som arbetsplats</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "13.5pt (18px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/visselblasarskydd\">Visselblåsarskydd</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(6) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "13.5pt (18px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/handlingars-offentlighet\">Handlingars offentlighet</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(7) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/ministerierna\">Ministerierna</a>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik\">Finlands EU-politik</a>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statens-agarstyrning\">Statens ägarstyrning och ägarpolitik</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/historia-och-byggnader\">Historia och byggnader</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/projekt\">Lagberedning och utveckling</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/kontaktinformation\">Kontaktinformation</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/om-webbplatsen\">Information om webbplatsen</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/statsradets-kansli\"> Statsrådets kansli </a>",
              "target": [
                ".breadcrumb > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#365abd",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation\"> Statsrådets kanslis ledning och organisation </a>",
              "target": [
                ".breadcrumb > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">Statsrådets förvaltningsenhet</li>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "34.5pt (46px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"hed-section portlet-title portlet-title-text\">Kontaktuppgifter till statsrådets förvaltningsenhet</h1>",
              "target": [
                ".hed-section"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "messageKey": "hidden"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is hidden"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" class=\"search-query contact-search-input form-control\" id=\"_fi_yja_contact_list_web_portlet_ContactListPortlet_query\" name=\"_fi_yja_contact_list_web_portlet_ContactListPortlet_query\" value=\"\" aria-labelledby=\"label.contact.search.description\">",
              "target": [
                "#_fi_yja_contact_list_web_portlet_ContactListPortlet_query"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"A\" class=\"letter mt-5\">A</h2>",
              "target": [
                "#A"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Patrik Aaltonen</span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161052\" rel=\"nofollow\">0295161052</a>",
              "target": [
                "a[href=\"tel:+358295161052\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heidi Aholainen</span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160036\" rel=\"nofollow\">0295160036</a>",
              "target": [
                "a[href=\"tel:+358295160036\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virve Ahonen</span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161180\" rel=\"nofollow\">0295161180</a>",
              "target": [
                "a[href=\"tel:+358295161180\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jenna Ahtiainen</span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160373\" rel=\"nofollow\">0295160373</a>",
              "target": [
                "a[href=\"tel:+358295160373\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kia Aksela</span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Kehittämistoiminto </span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160362\" rel=\"nofollow\">0295160362</a>",
              "target": [
                "a[href=\"tel:+358295160362\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jenni Ala-Peijari</span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Kehittämistoiminto </span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160047\" rel=\"nofollow\">0295160047</a>",
              "target": [
                "a[href=\"tel:+358295160047\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anni Ala-Piirto</span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160140\" rel=\"nofollow\">0295160140</a>",
              "target": [
                "a[href=\"tel:+358295160140\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marina Andersson</span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160254\" rel=\"nofollow\">0295160254</a>",
              "target": [
                "a[href=\"tel:+358295160254\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pamela Andersson</span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160257\" rel=\"nofollow\">0295160257</a>",
              "target": [
                "a[href=\"tel:+358295160257\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Emmi Anttila</span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160322\" rel=\"nofollow\">0295160322</a>",
              "target": [
                "a[href=\"tel:+358295160322\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Hannele Anttila</span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160678\" rel=\"nofollow\">0295160678</a>",
              "target": [
                "a[href=\"tel:+358295160678\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marjut Apilo-Olson</span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160244\" rel=\"nofollow\">0295160244</a>",
              "target": [
                "a[href=\"tel:+358295160244\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Katri Arokanto</span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160074\" rel=\"nofollow\">0295160074</a>",
              "target": [
                "a[href=\"tel:+358295160074\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tuukka Asikainen</span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160728\" rel=\"nofollow\">0295160728</a>",
              "target": [
                "a[href=\"tel:+358295160728\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jukka Aspholm</span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160882\" rel=\"nofollow\">0295160882</a>",
              "target": [
                "a[href=\"tel:+358295160882\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Astikainen</span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160580\" rel=\"nofollow\">0295160580</a>",
              "target": [
                "a[href=\"tel:+358295160580\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"B\" class=\"letter mt-5\">B</h2>",
              "target": [
                "#B"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mervi Björkman</span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160679\" rel=\"nofollow\">0295160679</a>",
              "target": [
                "a[href=\"tel:+358295160679\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anna-Emilia Björn</span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160402\" rel=\"nofollow\">0295160402</a>",
              "target": [
                "a[href=\"tel:+358295160402\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Aki Blomqvist</span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160276\" rel=\"nofollow\">0295160276</a>",
              "target": [
                "a[href=\"tel:+358295160276\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anitta Boström</span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160843\" rel=\"nofollow\">0295160843</a>",
              "target": [
                "a[href=\"tel:+358295160843\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Gunilla Boxberg-Wide</span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160273\" rel=\"nofollow\">0295160273</a>",
              "target": [
                "a[href=\"tel:+358295160273\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pilkkuniina Brandt</span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160369\" rel=\"nofollow\">0295160369</a>",
              "target": [
                "a[href=\"tel:+358295160369\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nina Bärlund</span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160073\" rel=\"nofollow\">0295160073</a>",
              "target": [
                "a[href=\"tel:+358295160073\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"C\" class=\"letter mt-5\">C</h2>",
              "target": [
                "#C"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nina Chatani</span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160953\" rel=\"nofollow\">0295160953</a>",
              "target": [
                "a[href=\"tel:+358295160953\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Päivi Creber</span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160446\" rel=\"nofollow\">0295160446</a>",
              "target": [
                "a[href=\"tel:+358295160446\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"D\" class=\"letter mt-5\">D</h2>",
              "target": [
                "#D"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jukka Diedler</span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160767\" rel=\"nofollow\">0295160767</a>",
              "target": [
                "a[href=\"tel:+358295160767\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"E\" class=\"letter mt-5\">E</h2>",
              "target": [
                "#E"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pekka Eerola</span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160371\" rel=\"nofollow\">0295160371</a>",
              "target": [
                "a[href=\"tel:+358295160371\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tomi Elf</span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160142\" rel=\"nofollow\">0295160142</a>",
              "target": [
                "a[href=\"tel:+358295160142\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Niina Elomaa</span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160265\" rel=\"nofollow\">0295160265</a>",
              "target": [
                "a[href=\"tel:+358295160265\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kaisa-Riitta Enakimio</span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> projektchef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Sisäisen viestinnän yksikkö </span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160478\" rel=\"nofollow\">0295160478</a>",
              "target": [
                "a[href=\"tel:+358295160478\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anna Ercanbrack</span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160723\" rel=\"nofollow\">0295160723</a>",
              "target": [
                "a[href=\"tel:+358295160723\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jean Eriksson</span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160029\" rel=\"nofollow\">0295160029</a>",
              "target": [
                "a[href=\"tel:+358295160029\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Henna Eronen</span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160219\" rel=\"nofollow\">0295160219</a>",
              "target": [
                "a[href=\"tel:+358295160219\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"F\" class=\"letter mt-5\">F</h2>",
              "target": [
                "#F"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Andreas Fagerholm</span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160349\" rel=\"nofollow\">0295160349</a>",
              "target": [
                "a[href=\"tel:+358295160349\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marika Fagerlund</span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160229\" rel=\"nofollow\">0295160229</a>",
              "target": [
                "a[href=\"tel:+358295160229\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Merja Fleming</span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160720\" rel=\"nofollow\">0295160720</a>",
              "target": [
                "a[href=\"tel:+358295160720\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ari Flyckt</span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160726\" rel=\"nofollow\">0295160726</a>",
              "target": [
                "a[href=\"tel:+358295160726\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kitty Fogelholm</span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160384\" rel=\"nofollow\">0295160384</a>",
              "target": [
                "a[href=\"tel:+358295160384\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kristian Forsman</span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160758\" rel=\"nofollow\">0295160758</a>",
              "target": [
                "a[href=\"tel:+358295160758\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Felix Fortelius</span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161132\" rel=\"nofollow\">0295161132</a>",
              "target": [
                "a[href=\"tel:+358295161132\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Essi Fröberg</span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160949\" rel=\"nofollow\">0295160949</a>",
              "target": [
                "a[href=\"tel:+358295160949\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"G\" class=\"letter mt-5\">G</h2>",
              "target": [
                "#G"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heidi Gammelgård</span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160422\" rel=\"nofollow\">0295160422</a>",
              "target": [
                "a[href=\"tel:+358295160422\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sofia Gottberg</span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161139\" rel=\"nofollow\">0295161139</a>",
              "target": [
                "a[href=\"tel:+358295161139\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anna Gref</span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160387\" rel=\"nofollow\">0295160387</a>",
              "target": [
                "a[href=\"tel:+358295160387\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maaria Gråsten</span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160174\" rel=\"nofollow\">0295160174</a>",
              "target": [
                "a[href=\"tel:+358295160174\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ida Gröndahl</span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160115\" rel=\"nofollow\">0295160115</a>",
              "target": [
                "a[href=\"tel:+358295160115\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tony Gustafsson</span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160103\" rel=\"nofollow\">0295160103</a>",
              "target": [
                "a[href=\"tel:+358295160103\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heidi Gärkman</span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160267\" rel=\"nofollow\">0295160267</a>",
              "target": [
                "a[href=\"tel:+358295160267\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"H\" class=\"letter mt-5\">H</h2>",
              "target": [
                "#H"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tony Haapala</span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160198\" rel=\"nofollow\">0295160198</a>",
              "target": [
                "a[href=\"tel:+358295160198\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jessica Hackman</span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160388\" rel=\"nofollow\">0295160388</a>",
              "target": [
                "a[href=\"tel:+358295160388\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mike Hakala</span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161135\" rel=\"nofollow\">0295161135</a>",
              "target": [
                "a[href=\"tel:+358295161135\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Satu Hakkarainen</span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160852\" rel=\"nofollow\">0295160852</a>",
              "target": [
                "a[href=\"tel:+358295160852\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Toni Hallio</span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160715\" rel=\"nofollow\">0295160715</a>",
              "target": [
                "a[href=\"tel:+358295160715\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Minna Halonen</span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationstjänster&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160701\" rel=\"nofollow\">0295160701</a>",
              "target": [
                "a[href=\"tel:+358295160701\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Max Hamberg</span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsråd&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn </span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160889\" rel=\"nofollow\">0295160889</a>",
              "target": [
                "a[href=\"tel:+358295160889\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Aki Hamunen</span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160729\" rel=\"nofollow\">0295160729</a>",
              "target": [
                "a[href=\"tel:+358295160729\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anniina Harri</span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161130\" rel=\"nofollow\">0295161130</a>",
              "target": [
                "a[href=\"tel:+358295161130\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anna Hartzell</span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160224\" rel=\"nofollow\">0295160224</a>",
              "target": [
                "a[href=\"tel:+358295160224\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ulrika Hattula</span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160271\" rel=\"nofollow\">0295160271</a>",
              "target": [
                "a[href=\"tel:+358295160271\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jonna Hautamäki</span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160407\" rel=\"nofollow\">0295160407</a>",
              "target": [
                "a[href=\"tel:+358295160407\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mikko Havia</span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160052\" rel=\"nofollow\">0295160052</a>",
              "target": [
                "a[href=\"tel:+358295160052\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kati Heikkinen</span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Kehittämistoiminto </span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160222\" rel=\"nofollow\">0295160222</a>",
              "target": [
                "a[href=\"tel:+358295160222\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pia Heino</span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160077\" rel=\"nofollow\">0295160077</a>",
              "target": [
                "a[href=\"tel:+358295160077\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Eero Heinola</span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160638\" rel=\"nofollow\">0295160638</a>",
              "target": [
                "a[href=\"tel:+358295160638\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jenni Heinonen</span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160529\" rel=\"nofollow\">0295160529</a>",
              "target": [
                "a[href=\"tel:+358295160529\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anne Heiskanen</span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160795\" rel=\"nofollow\">0295160795</a>",
              "target": [
                "a[href=\"tel:+358295160795\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pasi Heiskanen</span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160213\" rel=\"nofollow\">0295160213</a>",
              "target": [
                "a[href=\"tel:+358295160213\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jan Helenius</span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> körmästare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160111\" rel=\"nofollow\">0295160111</a>",
              "target": [
                "a[href=\"tel:+358295160111\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Riikka Helfenstein</span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160454\" rel=\"nofollow\">0295160454</a>",
              "target": [
                "a[href=\"tel:+358295160454\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Samir Henriksson</span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160068\" rel=\"nofollow\">0295160068</a>",
              "target": [
                "a[href=\"tel:+358295160068\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Emilia Henttonen</span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160082\" rel=\"nofollow\">0295160082</a>",
              "target": [
                "a[href=\"tel:+358295160082\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kirsi Hietanen</span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160801\" rel=\"nofollow\">0295160801</a>",
              "target": [
                "a[href=\"tel:+358295160801\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mika Hillberg</span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160764\" rel=\"nofollow\">0295160764</a>",
              "target": [
                "a[href=\"tel:+358295160764\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Juhani Hirvelä</span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160124\" rel=\"nofollow\">0295160124</a>",
              "target": [
                "a[href=\"tel:+358295160124\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kaija Hirvi</span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160737\" rel=\"nofollow\">0295160737</a>",
              "target": [
                "a[href=\"tel:+358295160737\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nina Hoffrén</span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160260\" rel=\"nofollow\">0295160260</a>",
              "target": [
                "a[href=\"tel:+358295160260\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mats Holmqvist</span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160719\" rel=\"nofollow\">0295160719</a>",
              "target": [
                "a[href=\"tel:+358295160719\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tapio Holvio</span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160437\" rel=\"nofollow\">0295160437</a>",
              "target": [
                "a[href=\"tel:+358295160437\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anniina Honka</span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160527\" rel=\"nofollow\">0295160527</a>",
              "target": [
                "a[href=\"tel:+358295160527\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Juha Hopsu</span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160092\" rel=\"nofollow\">0295160092</a>",
              "target": [
                "a[href=\"tel:+358295160092\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heikki Hovi</span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> konsultativ tjänsteman&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160090\" rel=\"nofollow\">0295160090</a>",
              "target": [
                "a[href=\"tel:+358295160090\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Janne Huoso</span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160226\" rel=\"nofollow\">0295160226</a>",
              "target": [
                "a[href=\"tel:+358295160226\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heli Huttunen</span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161054\" rel=\"nofollow\">0295161054</a>",
              "target": [
                "a[href=\"tel:+358295161054\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ia Hynynen</span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160460\" rel=\"nofollow\">0295160460</a>",
              "target": [
                "a[href=\"tel:+358295160460\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kimmo Hyvärinen</span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160106\" rel=\"nofollow\">0295160106</a>",
              "target": [
                "a[href=\"tel:+358295160106\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Liisa Hyvärinen</span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> dokumenthanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160847\" rel=\"nofollow\">0295160847</a>",
              "target": [
                "a[href=\"tel:+358295160847\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maria Hägglund</span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160378\" rel=\"nofollow\">0295160378</a>",
              "target": [
                "a[href=\"tel:+358295160378\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Päivi Hämäläinen</span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160637\" rel=\"nofollow\">0295160637</a>",
              "target": [
                "a[href=\"tel:+358295160637\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.m.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Raisa Hämäläinen</span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160398\" rel=\"nofollow\">0295160398</a>",
              "target": [
                "a[href=\"tel:+358295160398\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Teemu Hämäläinen</span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160601\" rel=\"nofollow\">0295160601</a>",
              "target": [
                "a[href=\"tel:+358295160601\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tomi Hämäläinen</span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160831\" rel=\"nofollow\">0295160831</a>",
              "target": [
                "a[href=\"tel:+358295160831\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Juha Häyrinen</span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160712\" rel=\"nofollow\">0295160712</a>",
              "target": [
                "a[href=\"tel:+358295160712\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Päivi Högnäsbacka-Hietanen</span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Sisäisen viestinnän yksikkö </span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160360\" rel=\"nofollow\">0295160360</a>",
              "target": [
                "a[href=\"tel:+358295160360\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"I\" class=\"letter mt-5\">I</h2>",
              "target": [
                "#I"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jouni Iiskola</span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161119\" rel=\"nofollow\">0295161119</a>",
              "target": [
                "a[href=\"tel:+358295161119\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Petri Ikonen</span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationstjänster&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160154\" rel=\"nofollow\">0295160154</a>",
              "target": [
                "a[href=\"tel:+358295160154\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maarit Ilomäki</span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160390\" rel=\"nofollow\">0295160390</a>",
              "target": [
                "a[href=\"tel:+358295160390\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Päivi Immonen</span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160237\" rel=\"nofollow\">0295160237</a>",
              "target": [
                "a[href=\"tel:+358295160237\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maria Inkeri</span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160308\" rel=\"nofollow\">0295160308</a>",
              "target": [
                "a[href=\"tel:+358295160308\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pirkko Isakoff</span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160671\" rel=\"nofollow\">0295160671</a>",
              "target": [
                "a[href=\"tel:+358295160671\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Hanna Isola</span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160807\" rel=\"nofollow\">0295160807</a>",
              "target": [
                "a[href=\"tel:+358295160807\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"J\" class=\"letter mt-5\">J</h2>",
              "target": [
                "#J"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Aleksi Jaakkola</span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160374\" rel=\"nofollow\">0295160374</a>",
              "target": [
                "a[href=\"tel:+358295160374\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tuomo Jantunen</span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160813\" rel=\"nofollow\">0295160813</a>",
              "target": [
                "a[href=\"tel:+358295160813\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mentor Jashari</span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161181\" rel=\"nofollow\">0295161181</a>",
              "target": [
                "a[href=\"tel:+358295161181\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Andreas Johansson</span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160278\" rel=\"nofollow\">0295160278</a>",
              "target": [
                "a[href=\"tel:+358295160278\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Hanna Johansson</span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160379\" rel=\"nofollow\">0295160379</a>",
              "target": [
                "a[href=\"tel:+358295160379\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tomi Jokela</span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160053\" rel=\"nofollow\">0295160053</a>",
              "target": [
                "a[href=\"tel:+358295160053\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maarit Jokelainen</span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160796\" rel=\"nofollow\">0295160796</a>",
              "target": [
                "a[href=\"tel:+358295160796\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Janne Juhala</span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160621\" rel=\"nofollow\">0295160621</a>",
              "target": [
                "a[href=\"tel:+358295160621\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">palvelukoordinaattori Juhlahuoneisto</span>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160513\" rel=\"nofollow\">0295160513</a>",
              "target": [
                "a[href=\"tel:+358295160513\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virastomestari Juhlahuoneisto</span>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160514\" rel=\"nofollow\">0295160514</a>",
              "target": [
                "a[href=\"tel:+358295160514\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Juvonen</span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160842\" rel=\"nofollow\">0295160842</a>",
              "target": [
                "a[href=\"tel:+358295160842\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virpi Järvelin</span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160731\" rel=\"nofollow\">0295160731</a>",
              "target": [
                "a[href=\"tel:+358295160731\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jani Järvinen</span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160076\" rel=\"nofollow\">0295160076</a>",
              "target": [
                "a[href=\"tel:+358295160076\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kai Järvinen</span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160716\" rel=\"nofollow\">0295160716</a>",
              "target": [
                "a[href=\"tel:+358295160716\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mika Järvinen</span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160673\" rel=\"nofollow\">0295160673</a>",
              "target": [
                "a[href=\"tel:+358295160673\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Niko Jääskeläinen</span>",
              "target": [
                ".contact-item:nth-child(136) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(136) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(136) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(136) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(136) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(136) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kieli- ja termineuvonta</span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160528\" rel=\"nofollow\">0295160528</a>",
              "target": [
                "a[href=\"tel:+358295160528\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"K\" class=\"letter mt-5\">K</h2>",
              "target": [
                "#K"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Milla Kaikkonen</span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160583\" rel=\"nofollow\">0295160583</a>",
              "target": [
                "a[href=\"tel:+358295160583\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pekka Kainulainen</span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160061\" rel=\"nofollow\">0295160061</a>",
              "target": [
                "a[href=\"tel:+358295160061\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sirpa Kainulainen</span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160677\" rel=\"nofollow\">0295160677</a>",
              "target": [
                "a[href=\"tel:+358295160677\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.a.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ulla Kaipainen</span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160171\" rel=\"nofollow\">0295160171</a>",
              "target": [
                "a[href=\"tel:+358295160171\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ari Kaittovuori</span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160647\" rel=\"nofollow\">0295160647</a>",
              "target": [
                "a[href=\"tel:+358295160647\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mikko Kajaani</span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Sisäisen viestinnän yksikkö </span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160028\" rel=\"nofollow\">0295160028</a>",
              "target": [
                "a[href=\"tel:+358295160028\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Oliver Kalkkinen</span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160282\" rel=\"nofollow\">0295160282</a>",
              "target": [
                "a[href=\"tel:+358295160282\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Johan Kallanmaa</span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160217\" rel=\"nofollow\">0295160217</a>",
              "target": [
                "a[href=\"tel:+358295160217\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virpi Kankaanpää</span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Sisäisen viestinnän yksikkö </span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160605\" rel=\"nofollow\">0295160605</a>",
              "target": [
                "a[href=\"tel:+358295160605\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kristian Kankare</span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> samordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161049\" rel=\"nofollow\">0295161049</a>",
              "target": [
                "a[href=\"tel:+358295161049\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Simo Kankkunen</span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160269\" rel=\"nofollow\">0295160269</a>",
              "target": [
                "a[href=\"tel:+358295160269\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Arja Kareinen</span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160853\" rel=\"nofollow\">0295160853</a>",
              "target": [
                "a[href=\"tel:+358295160853\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Olavi Karhatsu</span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160828\" rel=\"nofollow\">0295160828</a>",
              "target": [
                "a[href=\"tel:+358295160828\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Susanna Karjalainen</span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160279\" rel=\"nofollow\">0295160279</a>",
              "target": [
                "a[href=\"tel:+358295160279\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Linn Karlsson</span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160957\" rel=\"nofollow\">0295160957</a>",
              "target": [
                "a[href=\"tel:+358295160957\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Salla Karmanloitsu</span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160391\" rel=\"nofollow\">0295160391</a>",
              "target": [
                "a[href=\"tel:+358295160391\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Johanna Karppanen</span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160186\" rel=\"nofollow\">0295160186</a>",
              "target": [
                "a[href=\"tel:+358295160186\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sampsa Kauppinen</span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160817\" rel=\"nofollow\">0295160817</a>",
              "target": [
                "a[href=\"tel:+358295160817\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Susanna Kekki</span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160906\" rel=\"nofollow\">0295160906</a>",
              "target": [
                "a[href=\"tel:+358295160906\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Alexandra Kellner</span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160594\" rel=\"nofollow\">0295160594</a>",
              "target": [
                "a[href=\"tel:+358295160594\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Janne Kerkelä</span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> avdelningschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet </span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160381\" rel=\"nofollow\">0295160381</a>",
              "target": [
                "a[href=\"tel:+358295160381\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Niina Kerman</span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> administrativ medarbetare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160649\" rel=\"nofollow\">0295160649</a>",
              "target": [
                "a[href=\"tel:+358295160649\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jani Keronen</span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161127\" rel=\"nofollow\">0295161127</a>",
              "target": [
                "a[href=\"tel:+358295161127\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jarno Keränen</span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160488\" rel=\"nofollow\">0295160488</a>",
              "target": [
                "a[href=\"tel:+358295160488\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kristiina Keränen</span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161141\" rel=\"nofollow\">0295161141</a>",
              "target": [
                "a[href=\"tel:+358295161141\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kaisa Kesäniemi</span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160971\" rel=\"nofollow\">0295160971</a>",
              "target": [
                "a[href=\"tel:+358295160971\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">palvelukoordinaattori Kesäranta</span>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160517\" rel=\"nofollow\">0295160517</a>",
              "target": [
                "a[href=\"tel:+358295160517\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virastomestari Kesäranta</span>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160518\" rel=\"nofollow\">0295160518</a>",
              "target": [
                "a[href=\"tel:+358295160518\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Erik Kettunen</span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160057\" rel=\"nofollow\">0295160057</a>",
              "target": [
                "a[href=\"tel:+358295160057\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Viliina Kettunen</span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160258\" rel=\"nofollow\">0295160258</a>",
              "target": [
                "a[href=\"tel:+358295160258\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mika Kiili</span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160110\" rel=\"nofollow\">0295160110</a>",
              "target": [
                "a[href=\"tel:+358295160110\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Minna Kilpeläinen</span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160629\" rel=\"nofollow\">0295160629</a>",
              "target": [
                "a[href=\"tel:+358295160629\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maiju Kilpikivi</span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160699\" rel=\"nofollow\">0295160699</a>",
              "target": [
                "a[href=\"tel:+358295160699\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Suvi Kimari</span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160451\" rel=\"nofollow\">0295160451</a>",
              "target": [
                "a[href=\"tel:+358295160451\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Antti Kivelä</span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160246\" rel=\"nofollow\">0295160246</a>",
              "target": [
                "a[href=\"tel:+358295160246\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Katja Koivisto</span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160868\" rel=\"nofollow\">0295160868</a>",
              "target": [
                "a[href=\"tel:+358295160868\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anna Kokko</span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160303\" rel=\"nofollow\">0295160303</a>",
              "target": [
                "a[href=\"tel:+358295160303\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virastomestari Kokouskeskus</span>",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160535\" rel=\"nofollow\">0295160535</a>",
              "target": [
                "a[href=\"tel:+358295160535\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jaana Kola</span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160681\" rel=\"nofollow\">0295160681</a>",
              "target": [
                "a[href=\"tel:+358295160681\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Arto Koli</span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160069\" rel=\"nofollow\">0295160069</a>",
              "target": [
                "a[href=\"tel:+358295160069\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tuomas Kontinen</span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160233\" rel=\"nofollow\">0295160233</a>",
              "target": [
                "a[href=\"tel:+358295160233\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kim Koppinen</span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160072\" rel=\"nofollow\">0295160072</a>",
              "target": [
                "a[href=\"tel:+358295160072\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anna Korhonen</span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160820\" rel=\"nofollow\">0295160820</a>",
              "target": [
                "a[href=\"tel:+358295160820\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mervi Korpiaho</span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> projektchef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn </span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160165\" rel=\"nofollow\">0295160165</a>",
              "target": [
                "a[href=\"tel:+358295160165\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Piia Koskenoja</span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160865\" rel=\"nofollow\">0295160865</a>",
              "target": [
                "a[href=\"tel:+358295160865\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jarkko Koski</span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160567\" rel=\"nofollow\">0295160567</a>",
              "target": [
                "a[href=\"tel:+358295160567\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kristiina Koskiaho</span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160042\" rel=\"nofollow\">0295160042</a>",
              "target": [
                "a[href=\"tel:+358295160042\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Helena Kostin Mansi</span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Kehittämistoiminto </span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160596\" rel=\"nofollow\">0295160596</a>",
              "target": [
                "a[href=\"tel:+358295160596\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Isto Kotamäki</span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> transportchef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160555\" rel=\"nofollow\">0295160555</a>",
              "target": [
                "a[href=\"tel:+358295160555\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ville Kotila</span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160104\" rel=\"nofollow\">0295160104</a>",
              "target": [
                "a[href=\"tel:+358295160104\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Katja Koukonen</span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160426\" rel=\"nofollow\">0295160426</a>",
              "target": [
                "a[href=\"tel:+358295160426\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Kovanen</span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160416\" rel=\"nofollow\">0295160416</a>",
              "target": [
                "a[href=\"tel:+358295160416\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Markku Kraft</span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160332\" rel=\"nofollow\">0295160332</a>",
              "target": [
                "a[href=\"tel:+358295160332\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Lasse Kristiansen</span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160730\" rel=\"nofollow\">0295160730</a>",
              "target": [
                "a[href=\"tel:+358295160730\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Klaus Krohn</span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160445\" rel=\"nofollow\">0295160445</a>",
              "target": [
                "a[href=\"tel:+358295160445\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kaisamari Kuhmonen</span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160297\" rel=\"nofollow\">0295160297</a>",
              "target": [
                "a[href=\"tel:+358295160297\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mikko Kuisma</span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> körmästare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160105\" rel=\"nofollow\">0295160105</a>",
              "target": [
                "a[href=\"tel:+358295160105\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Piia Kulmanen</span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ryhmäpäällikkö&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161644\" rel=\"nofollow\">0295161644</a>",
              "target": [
                "a[href=\"tel:+358295161644\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Merja Kuoksa</span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> säljkonsulent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160081\" rel=\"nofollow\">0295160081</a>",
              "target": [
                "a[href=\"tel:+358295160081\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tuula Kuoppala</span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160639\" rel=\"nofollow\">0295160639</a>",
              "target": [
                "a[href=\"tel:+358295160639\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Janne Kuparinen</span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> molnarkitekt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161099\" rel=\"nofollow\">0295161099</a>",
              "target": [
                "a[href=\"tel:+358295161099\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marianne Kurittu</span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160683\" rel=\"nofollow\">0295160683</a>",
              "target": [
                "a[href=\"tel:+358295160683\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Peter Kuronen</span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160536\" rel=\"nofollow\">0295160536</a>",
              "target": [
                "a[href=\"tel:+358295160536\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Harri Kytönen</span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160056\" rel=\"nofollow\">0295160056</a>",
              "target": [
                "a[href=\"tel:+358295160056\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ann-Sofie Källund</span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160272\" rel=\"nofollow\">0295160272</a>",
              "target": [
                "a[href=\"tel:+358295160272\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jaakko Kääntä</span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160581\" rel=\"nofollow\">0295160581</a>",
              "target": [
                "a[href=\"tel:+358295160581\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">palvelukoordinaattori Königstedt</span>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160519\" rel=\"nofollow\">0295160519</a>",
              "target": [
                "a[href=\"tel:+358295160519\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virastomestari Königstedt</span>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160520\" rel=\"nofollow\">0295160520</a>",
              "target": [
                "a[href=\"tel:+358295160520\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"L\" class=\"letter mt-5\">L</h2>",
              "target": [
                "#L"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Katri Laakso</span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160419\" rel=\"nofollow\">0295160419</a>",
              "target": [
                "a[href=\"tel:+358295160419\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Rebekka Laaksonen</span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160205\" rel=\"nofollow\">0295160205</a>",
              "target": [
                "a[href=\"tel:+358295160205\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jukka Lahe</span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160494\" rel=\"nofollow\">0295160494</a>",
              "target": [
                "a[href=\"tel:+358295160494\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kari Laine</span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> utvecklingsråd&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Kehittämistoiminto </span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160364\" rel=\"nofollow\">0295160364</a>",
              "target": [
                "a[href=\"tel:+358295160364\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Johanna Laitamäki</span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160122\" rel=\"nofollow\">0295160122</a>",
              "target": [
                "a[href=\"tel:+358295160122\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Eveliina Lakso</span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160151\" rel=\"nofollow\">0295160151</a>",
              "target": [
                "a[href=\"tel:+358295160151\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Lappalainen</span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> projektchef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160247\" rel=\"nofollow\">0295160247</a>",
              "target": [
                "a[href=\"tel:+358295160247\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Päivi Laurila</span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160182\" rel=\"nofollow\">0295160182</a>",
              "target": [
                "a[href=\"tel:+358295160182\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Johanna Lehmola</span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160682\" rel=\"nofollow\">0295160682</a>",
              "target": [
                "a[href=\"tel:+358295160682\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Lauri Lehmuskenttä</span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160950\" rel=\"nofollow\">0295160950</a>",
              "target": [
                "a[href=\"tel:+358295160950\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kiia Lehtimäki</span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160256\" rel=\"nofollow\">0295160256</a>",
              "target": [
                "a[href=\"tel:+358295160256\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Samuli Lehtola</span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160120\" rel=\"nofollow\">0295160120</a>",
              "target": [
                "a[href=\"tel:+358295160120\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jukka Lehtonen</span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160714\" rel=\"nofollow\">0295160714</a>",
              "target": [
                "a[href=\"tel:+358295160714\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Santeri Leinonen</span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160525\" rel=\"nofollow\">0295160525</a>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"] > a[href=\"tel:+358295160525\"][rel=\"nofollow\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.s.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anu Leppänen</span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160864\" rel=\"nofollow\">0295160864</a>",
              "target": [
                "a[href=\"tel:+358295160864\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Suvi Leukumaavaara</span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160156\" rel=\"nofollow\">0295160156</a>",
              "target": [
                "a[href=\"tel:+358295160156\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jussi Lindblad</span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160722\" rel=\"nofollow\">0295160722</a>",
              "target": [
                "a[href=\"tel:+358295160722\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sini Lindfors</span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160480\" rel=\"nofollow\">0295160480</a>",
              "target": [
                "a[href=\"tel:+358295160480\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Antti Linna</span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160640\" rel=\"nofollow\">0295160640</a>",
              "target": [
                "a[href=\"tel:+358295160640\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anni Litja</span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160405\" rel=\"nofollow\">0295160405</a>",
              "target": [
                "a[href=\"tel:+358295160405\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pekka Louhula</span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160399\" rel=\"nofollow\">0295160399</a>",
              "target": [
                "a[href=\"tel:+358295160399\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Elin Lundsten</span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161088\" rel=\"nofollow\">0295161088</a>",
              "target": [
                "a[href=\"tel:+358295161088\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ulla Lundsten</span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160382\" rel=\"nofollow\">0295160382</a>",
              "target": [
                "a[href=\"tel:+358295160382\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Teemu Lundén</span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160320\" rel=\"nofollow\">0295160320</a>",
              "target": [
                "a[href=\"tel:+358295160320\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Selja Luostarinen</span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160740\" rel=\"nofollow\">0295160740</a>",
              "target": [
                "a[href=\"tel:+358295160740\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pirjo Luoto</span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationstjänster&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160780\" rel=\"nofollow\">0295160780</a>",
              "target": [
                "a[href=\"tel:+358295160780\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marja Lyhty</span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160642\" rel=\"nofollow\">0295160642</a>",
              "target": [
                "a[href=\"tel:+358295160642\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Julia Lönnfeldt</span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160383\" rel=\"nofollow\">0295160383</a>",
              "target": [
                "a[href=\"tel:+358295160383\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"M\" class=\"letter mt-5\">M</h2>",
              "target": [
                "#M"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heli Maijala</span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> serviceexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161103\" rel=\"nofollow\">0295161103</a>",
              "target": [
                "a[href=\"tel:+358295161103\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Lauri Majamaa</span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160338\" rel=\"nofollow\">0295160338</a>",
              "target": [
                "a[href=\"tel:+358295160338\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.m.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jarkko Makkonen</span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160826\" rel=\"nofollow\">0295160826</a>",
              "target": [
                "a[href=\"tel:+358295160826\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pirjo Makkonen</span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161109\" rel=\"nofollow\">0295161109</a>",
              "target": [
                "a[href=\"tel:+358295161109\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jari Malinen</span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160650\" rel=\"nofollow\">0295160650</a>",
              "target": [
                "a[href=\"tel:+358295160650\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Annina Malmsten</span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160920\" rel=\"nofollow\">0295160920</a>",
              "target": [
                "a[href=\"tel:+358295160920\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jarkko Manninen</span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160827\" rel=\"nofollow\">0295160827</a>",
              "target": [
                "a[href=\"tel:+358295160827\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Laura Mattsson</span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295351207\" rel=\"nofollow\">0295351207</a>",
              "target": [
                "a[href=\"tel:+358295351207\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Saija Mehtonen</span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160210\" rel=\"nofollow\">0295160210</a>",
              "target": [
                "a[href=\"tel:+358295160210\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Mensonen</span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160798\" rel=\"nofollow\">0295160798</a>",
              "target": [
                "a[href=\"tel:+358295160798\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Valtteri Meriläinen</span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161093\" rel=\"nofollow\">0295161093</a>",
              "target": [
                "a[href=\"tel:+358295161093\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Vesa-Pekka Meskanen</span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> körmästare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160617\" rel=\"nofollow\">0295160617</a>",
              "target": [
                "a[href=\"tel:+358295160617\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Teija Metsänperä</span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160707\" rel=\"nofollow\">0295160707</a>",
              "target": [
                "a[href=\"tel:+358295160707\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mikko Missaghi-Rilanto</span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluyksikkö (VPY) </span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160635\" rel=\"nofollow\">0295160635</a>",
              "target": [
                "a[href=\"tel:+358295160635\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tomi Moilanen</span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160336\" rel=\"nofollow\">0295160336</a>",
              "target": [
                "a[href=\"tel:+358295160336\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nico Munter</span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160143\" rel=\"nofollow\">0295160143</a>",
              "target": [
                "a[href=\"tel:+358295160143\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jiri Mustikka</span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160994\" rel=\"nofollow\">0295160994</a>",
              "target": [
                "a[href=\"tel:+358295160994\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kaj Mustikkamäki</span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> konsultativ tjänsteman&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietoturvallisuusryhmä </span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160432\" rel=\"nofollow\">0295160432</a>",
              "target": [
                "a[href=\"tel:+358295160432\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mari Myllyharju</span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationstjänster&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160326\" rel=\"nofollow\">0295160326</a>",
              "target": [
                "a[href=\"tel:+358295160326\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sini Myllylä</span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160982\" rel=\"nofollow\">0295160982</a>",
              "target": [
                "a[href=\"tel:+358295160982\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Edustustilat, Myyntipalvelu</span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160521\" rel=\"nofollow\">0295160521</a>",
              "target": [
                "a[href=\"tel:+358295160521\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">mailto:edustustilat@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Arsi Mäkelä</span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> it-servicechef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160747\" rel=\"nofollow\">0295160747</a>",
              "target": [
                "a[href=\"tel:+358295160747\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"N\" class=\"letter mt-5\">N</h2>",
              "target": [
                "#N"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Johanna Niemelä</span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160447\" rel=\"nofollow\">0295160447</a>",
              "target": [
                "a[href=\"tel:+358295160447\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anne-Kaarina Niemi</span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160891\" rel=\"nofollow\">0295160891</a>",
              "target": [
                "a[href=\"tel:+358295160891\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Juha-Matti Nieminen</span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160274\" rel=\"nofollow\">0295160274</a>",
              "target": [
                "a[href=\"tel:+358295160274\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marjo Nieminen</span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluyksikkö (VPY) </span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160499\" rel=\"nofollow\">0295160499</a>",
              "target": [
                "a[href=\"tel:+358295160499\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Petteri Niinimäki</span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160651\" rel=\"nofollow\">0295160651</a>",
              "target": [
                "a[href=\"tel:+358295160651\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Leena Niskanen</span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Sisäisen viestinnän yksikkö </span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160833\" rel=\"nofollow\">0295160833</a>",
              "target": [
                "a[href=\"tel:+358295160833\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nina Nissas</span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160262\" rel=\"nofollow\">0295160262</a>",
              "target": [
                "a[href=\"tel:+358295160262\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anton Norrback</span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ryhmäpäällikkö&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160041\" rel=\"nofollow\">0295160041</a>",
              "target": [
                "a[href=\"tel:+358295160041\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jaana Norring</span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Henrikki Nurmi</span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160850\" rel=\"nofollow\">0295160850</a>",
              "target": [
                "a[href=\"tel:+358295160850\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nina Nurmi</span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160473\" rel=\"nofollow\">0295160473</a>",
              "target": [
                "a[href=\"tel:+358295160473\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Merja Nurminen</span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160441\" rel=\"nofollow\">0295160441</a>",
              "target": [
                "a[href=\"tel:+358295160441\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Hanna Nuutinen</span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160078\" rel=\"nofollow\">0295160078</a>",
              "target": [
                "a[href=\"tel:+358295160078\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Diana Nyberg</span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160293\" rel=\"nofollow\">0295160293</a>",
              "target": [
                "a[href=\"tel:+358295160293\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Laura Nygård</span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160225\" rel=\"nofollow\">0295160225</a>",
              "target": [
                "a[href=\"tel:+358295160225\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pete Nyman</span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160071\" rel=\"nofollow\">0295160071</a>",
              "target": [
                "a[href=\"tel:+358295160071\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Taina Nyström</span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160185\" rel=\"nofollow\">0295160185</a>",
              "target": [
                "a[href=\"tel:+358295160185\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jani Näsänen</span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160264\" rel=\"nofollow\">0295160264</a>",
              "target": [
                "a[href=\"tel:+358295160264\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"O\" class=\"letter mt-5\">O</h2>",
              "target": [
                "#O"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Oinonen</span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160929\" rel=\"nofollow\">0295160929</a>",
              "target": [
                "a[href=\"tel:+358295160929\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heta Oksanen</span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160797\" rel=\"nofollow\">0295160797</a>",
              "target": [
                "a[href=\"tel:+358295160797\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Samuli Oksanen</span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160155\" rel=\"nofollow\">0295160155</a>",
              "target": [
                "a[href=\"tel:+358295160155\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virastomestari Omistajaohjausosasto</span>",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160523\" rel=\"nofollow\">0295160523</a>",
              "target": [
                "a[href=\"tel:+358295160523\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Eva Orava</span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160861\" rel=\"nofollow\">0295160861</a>",
              "target": [
                "a[href=\"tel:+358295160861\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marcus Otronen</span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160577\" rel=\"nofollow\">0295160577</a>",
              "target": [
                "a[href=\"tel:+358295160577\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"P\" class=\"letter mt-5\">P</h2>",
              "target": [
                "#P"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anne-Marie Paakkari</span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160241\" rel=\"nofollow\">0295160241</a>",
              "target": [
                "a[href=\"tel:+358295160241\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kai Paasikivi</span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160686\" rel=\"nofollow\">0295160686</a>",
              "target": [
                "a[href=\"tel:+358295160686\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Iina Pajuvuo</span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160280\" rel=\"nofollow\">0295160280</a>",
              "target": [
                "a[href=\"tel:+358295160280\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Roope Pakkanen</span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161028\" rel=\"nofollow\">0295161028</a>",
              "target": [
                "a[href=\"tel:+358295161028\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Palin</span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160107\" rel=\"nofollow\">0295160107</a>",
              "target": [
                "a[href=\"tel:+358295160107\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sanna Pallari</span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160837\" rel=\"nofollow\">0295160837</a>",
              "target": [
                "a[href=\"tel:+358295160837\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Markku Parkkonen</span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Sisäisen viestinnän yksikkö </span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160150\" rel=\"nofollow\">0295160150</a>",
              "target": [
                "a[href=\"tel:+358295160150\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nike Parland</span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160721\" rel=\"nofollow\">0295160721</a>",
              "target": [
                "a[href=\"tel:+358295160721\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sinikka Parpala</span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160376\" rel=\"nofollow\">0295160376</a>",
              "target": [
                "a[href=\"tel:+358295160376\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maarit Paun</span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160816\" rel=\"nofollow\">0295160816</a>",
              "target": [
                "a[href=\"tel:+358295160816\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Eeva-Riitta Paunonen</span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160884\" rel=\"nofollow\">0295160884</a>",
              "target": [
                "a[href=\"tel:+358295160884\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tuuli Pekkala</span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> projektchef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160941\" rel=\"nofollow\">0295160941</a>",
              "target": [
                "a[href=\"tel:+358295160941\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tanja Pekkarinen</span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160427\" rel=\"nofollow\">0295160427</a>",
              "target": [
                "a[href=\"tel:+358295160427\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heli Pelkkikangas</span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160328\" rel=\"nofollow\">0295160328</a>",
              "target": [
                "a[href=\"tel:+358295160328\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Erika Pelkonen</span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160295\" rel=\"nofollow\">0295160295</a>",
              "target": [
                "a[href=\"tel:+358295160295\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marita Peltomaa</span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161058\" rel=\"nofollow\">0295161058</a>",
              "target": [
                "a[href=\"tel:+358295161058\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heidi Peltonen</span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160355\" rel=\"nofollow\">0295160355</a>",
              "target": [
                "a[href=\"tel:+358295160355\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Joni Penkari</span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> projektchef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Emma Penttilä</span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160462\" rel=\"nofollow\">0295160462</a>",
              "target": [
                "a[href=\"tel:+358295160462\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sami Penttilä</span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160832\" rel=\"nofollow\">0295160832</a>",
              "target": [
                "a[href=\"tel:+358295160832\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Petteri Pesonen</span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160834\" rel=\"nofollow\">0295160834</a>",
              "target": [
                "a[href=\"tel:+358295160834\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Katarina Petrell</span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160291\" rel=\"nofollow\">0295160291</a>",
              "target": [
                "a[href=\"tel:+358295160291\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Matti Pieniniemi</span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160815\" rel=\"nofollow\">0295160815</a>",
              "target": [
                "a[href=\"tel:+358295160815\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tuomo Pigg</span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> konsultativ tjänsteman&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160479\" rel=\"nofollow\">0295160479</a>",
              "target": [
                "a[href=\"tel:+358295160479\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tanja Piiparinen</span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160687\" rel=\"nofollow\">0295160687</a>",
              "target": [
                "a[href=\"tel:+358295160687\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sanna Piiroinen</span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160397\" rel=\"nofollow\">0295160397</a>",
              "target": [
                "a[href=\"tel:+358295160397\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jukka Piispanen</span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160858\" rel=\"nofollow\">0295160858</a>",
              "target": [
                "a[href=\"tel:+358295160858\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Teemu Pircklén</span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> biträdande transportchef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160243\" rel=\"nofollow\">0295160243</a>",
              "target": [
                "a[href=\"tel:+358295160243\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Martina Pirilä</span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161125\" rel=\"nofollow\">0295161125</a>",
              "target": [
                "a[href=\"tel:+358295161125\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Markku Pirttikoski</span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160830\" rel=\"nofollow\">0295160830</a>",
              "target": [
                "a[href=\"tel:+358295160830\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Päivi Pirttilä</span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160133\" rel=\"nofollow\">0295160133</a>",
              "target": [
                "a[href=\"tel:+358295160133\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Juha Pitkänen</span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160067\" rel=\"nofollow\">0295160067</a>",
              "target": [
                "a[href=\"tel:+358295160067\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Netta Poikolainen</span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160404\" rel=\"nofollow\">0295160404</a>",
              "target": [
                "a[href=\"tel:+358295160404\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Antti Puhakainen</span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160543\" rel=\"nofollow\">0295160543</a>",
              "target": [
                "a[href=\"tel:+358295160543\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Petteri Puurunen</span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160808\" rel=\"nofollow\">0295160808</a>",
              "target": [
                "a[href=\"tel:+358295160808\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tarja Puustinen</span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160346\" rel=\"nofollow\">0295160346</a>",
              "target": [
                "a[href=\"tel:+358295160346\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Antti Pynnönen</span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160368\" rel=\"nofollow\">0295160368</a>",
              "target": [
                "a[href=\"tel:+358295160368\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Hanne Pätiälä</span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160641\" rel=\"nofollow\">0295160641</a>",
              "target": [
                "a[href=\"tel:+358295160641\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virastomestari Pääministerin aula</span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160508\" rel=\"nofollow\">0295160508</a>",
              "target": [
                "a[href=\"tel:+358295160508\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"R\" class=\"letter mt-5\">R</h2>",
              "target": [
                "#R"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virpi Raitanen</span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160775\" rel=\"nofollow\">0295160775</a>",
              "target": [
                "a[href=\"tel:+358295160775\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maarit Rajala</span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160871\" rel=\"nofollow\">0295160871</a>",
              "target": [
                "a[href=\"tel:+358295160871\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Rene Ranka</span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160619\" rel=\"nofollow\">0295160619</a>",
              "target": [
                "a[href=\"tel:+358295160619\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sanna Rantahalvari</span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160988\" rel=\"nofollow\">0295160988</a>",
              "target": [
                "a[href=\"tel:+358295160988\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pekka Rautiainen</span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160436\" rel=\"nofollow\">0295160436</a>",
              "target": [
                "a[href=\"tel:+358295160436\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Juha Reinonen</span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160417\" rel=\"nofollow\">0295160417</a>",
              "target": [
                "a[href=\"tel:+358295160417\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Esa Rintamäki</span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160112\" rel=\"nofollow\">0295160112</a>",
              "target": [
                "a[href=\"tel:+358295160112\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nina Riska</span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160385\" rel=\"nofollow\">0295160385</a>",
              "target": [
                "a[href=\"tel:+358295160385\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marita Risku</span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> konsultativ tjänsteman&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Kehittämistoiminto </span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160485\" rel=\"nofollow\">0295160485</a>",
              "target": [
                "a[href=\"tel:+358295160485\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sami Rissanen</span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160674\" rel=\"nofollow\">0295160674</a>",
              "target": [
                "a[href=\"tel:+358295160674\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kalle Roine</span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160357\" rel=\"nofollow\">0295160357</a>",
              "target": [
                "a[href=\"tel:+358295160357\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Antti Ruohonen</span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160118\" rel=\"nofollow\">0295160118</a>",
              "target": [
                "a[href=\"tel:+358295160118\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Verna Ruokonen</span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160557\" rel=\"nofollow\">0295160557</a>",
              "target": [
                "a[href=\"tel:+358295160557\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Teea Ruotsalainen</span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160908\" rel=\"nofollow\">0295160908</a>",
              "target": [
                "a[href=\"tel:+358295160908\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Henri Ryhänen</span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Sisäisen viestinnän yksikkö </span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160137\" rel=\"nofollow\">0295160137</a>",
              "target": [
                "a[href=\"tel:+358295160137\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heidi Ryynänen</span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anniina Räihä</span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161150\" rel=\"nofollow\">0295161150</a>",
              "target": [
                "a[href=\"tel:+358295161150\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anneli Räisänen</span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160690\" rel=\"nofollow\">0295160690</a>",
              "target": [
                "a[href=\"tel:+358295160690\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Petteri Räisänen</span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160502\" rel=\"nofollow\">0295160502</a>",
              "target": [
                "a[href=\"tel:+358295160502\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kristiina Räsänen</span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160157\" rel=\"nofollow\">0295160157</a>",
              "target": [
                "a[href=\"tel:+358295160157\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jukka Räty</span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160825\" rel=\"nofollow\">0295160825</a>",
              "target": [
                "a[href=\"tel:+358295160825\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tanja Rönn</span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160899\" rel=\"nofollow\">0295160899</a>",
              "target": [
                "a[href=\"tel:+358295160899\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"S\" class=\"letter mt-5\">S</h2>",
              "target": [
                "#S"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Seppo Saarti</span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160691\" rel=\"nofollow\">0295160691</a>",
              "target": [
                "a[href=\"tel:+358295160691\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Sailama</span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160252\" rel=\"nofollow\">0295160252</a>",
              "target": [
                "a[href=\"tel:+358295160252\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anneli Sainio</span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> administrativ medarbetare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160656\" rel=\"nofollow\">0295160656</a>",
              "target": [
                "a[href=\"tel:+358295160656\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jade Saljas</span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160113\" rel=\"nofollow\">0295160113</a>",
              "target": [
                "a[href=\"tel:+358295160113\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Aino Salmi</span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160132\" rel=\"nofollow\">0295160132</a>",
              "target": [
                "a[href=\"tel:+358295160132\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.mi.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Senja Salmi</span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160496\" rel=\"nofollow\">0295160496</a>",
              "target": [
                "a[href=\"tel:+358295160496\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Liisa Salo</span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160654\" rel=\"nofollow\">0295160654</a>",
              "target": [
                "a[href=\"tel:+358295160654\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Risto Saloranta</span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160672\" rel=\"nofollow\">0295160672</a>",
              "target": [
                "a[href=\"tel:+358295160672\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ville Saloranta</span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> projektchef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Kehittämistoiminto </span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160315\" rel=\"nofollow\">0295160315</a>",
              "target": [
                "a[href=\"tel:+358295160315\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mika Salovaara</span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160099\" rel=\"nofollow\">0295160099</a>",
              "target": [
                "a[href=\"tel:+358295160099\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sari Santasilta</span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160657\" rel=\"nofollow\">0295160657</a>",
              "target": [
                "a[href=\"tel:+358295160657\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anna Sarasmo</span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160544\" rel=\"nofollow\">0295160544</a>",
              "target": [
                "a[href=\"tel:+358295160544\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Aino Sarkki</span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160483\" rel=\"nofollow\">0295160483</a>",
              "target": [
                "a[href=\"tel:+358295160483\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ilkka Sarpalehto</span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160931\" rel=\"nofollow\">0295160931</a>",
              "target": [
                "a[href=\"tel:+358295160931\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anri Schroderus</span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160692\" rel=\"nofollow\">0295160692</a>",
              "target": [
                "a[href=\"tel:+358295160692\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tina Seidel</span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160211\" rel=\"nofollow\">0295160211</a>",
              "target": [
                "a[href=\"tel:+358295160211\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Annaleena Selén</span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> försäljningssekreterare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160108\" rel=\"nofollow\">0295160108</a>",
              "target": [
                "a[href=\"tel:+358295160108\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Asta Seppälä</span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160414\" rel=\"nofollow\">0295160414</a>",
              "target": [
                "a[href=\"tel:+358295160414\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Osku Sikiö</span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160746\" rel=\"nofollow\">0295160746</a>",
              "target": [
                "a[href=\"tel:+358295160746\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Petri Silander</span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160917\" rel=\"nofollow\">0295160917</a>",
              "target": [
                "a[href=\"tel:+358295160917\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Liisa Sipola</span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160743\" rel=\"nofollow\">0295160743</a>",
              "target": [
                "a[href=\"tel:+358295160743\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sakari Sipponen</span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160879\" rel=\"nofollow\">0295160879</a>",
              "target": [
                "a[href=\"tel:+358295160879\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jyrki Sirenius</span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160063\" rel=\"nofollow\">0295160063</a>",
              "target": [
                "a[href=\"tel:+358295160063\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Erik Sjöberg</span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160878\" rel=\"nofollow\">0295160878</a>",
              "target": [
                "a[href=\"tel:+358295160878\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Katarina Skräddar</span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160540\" rel=\"nofollow\">0295160540</a>",
              "target": [
                "a[href=\"tel:+358295160540\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maaria Soini</span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> assistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160876\" rel=\"nofollow\">0295160876</a>",
              "target": [
                "a[href=\"tel:+358295160876\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Asmo Somerikko</span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160658\" rel=\"nofollow\">0295160658</a>",
              "target": [
                "a[href=\"tel:+358295160658\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tuomo Soramo</span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160769\" rel=\"nofollow\">0295160769</a>",
              "target": [
                "a[href=\"tel:+358295160769\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tuomo Soukkio</span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160779\" rel=\"nofollow\">0295160779</a>",
              "target": [
                "a[href=\"tel:+358295160779\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anita Strandberg</span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160307\" rel=\"nofollow\">0295160307</a>",
              "target": [
                "a[href=\"tel:+358295160307\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jan Strandberg</span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160794\" rel=\"nofollow\">0295160794</a>",
              "target": [
                "a[href=\"tel:+358295160794\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Irene Strömmer</span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> praktikant&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160525\" rel=\"nofollow\">0295160525</a>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"] > a[href=\"tel:+358295160525\"][rel=\"nofollow\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Harri Suhonen</span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> testningschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietojärjestelmäyksikkö </span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160630\" rel=\"nofollow\">0295160630</a>",
              "target": [
                "a[href=\"tel:+358295160630\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kati Suomalainen</span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160582\" rel=\"nofollow\">0295160582</a>",
              "target": [
                "a[href=\"tel:+358295160582\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jarkko Suominen</span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160952\" rel=\"nofollow\">0295160952</a>",
              "target": [
                "a[href=\"tel:+358295160952\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marika Svenlin</span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160275\" rel=\"nofollow\">0295160275</a>",
              "target": [
                "a[href=\"tel:+358295160275\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Essi Syrjäkari</span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160153\" rel=\"nofollow\">0295160153</a>",
              "target": [
                "a[href=\"tel:+358295160153\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">palvelukoordinaattori Säätytalo</span>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160515\" rel=\"nofollow\">0295160515</a>",
              "target": [
                "a[href=\"tel:+358295160515\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virastomestari Säätytalo</span>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160516\" rel=\"nofollow\">0295160516</a>",
              "target": [
                "a[href=\"tel:+358295160516\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Antti Söderholm</span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietoturvallisuusryhmä </span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160489\" rel=\"nofollow\">0295160489</a>",
              "target": [
                "a[href=\"tel:+358295160489\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tom Söderholm</span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160838\" rel=\"nofollow\">0295160838</a>",
              "target": [
                "a[href=\"tel:+358295160838\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ida Söderlund</span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"T\" class=\"letter mt-5\">T</h2>",
              "target": [
                "#T"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anneli Tahvanainen</span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> lagstiftningsråd&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160299\" rel=\"nofollow\">0295160299</a>",
              "target": [
                "a[href=\"tel:+358295160299\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kimmo Takamaa</span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> utvecklingschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160859\" rel=\"nofollow\">0295160859</a>",
              "target": [
                "a[href=\"tel:+358295160859\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tea Talala</span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160268\" rel=\"nofollow\">0295160268</a>",
              "target": [
                "a[href=\"tel:+358295160268\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Lassi Tammi</span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160114\" rel=\"nofollow\">0295160114</a>",
              "target": [
                "a[href=\"tel:+358295160114\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Eero Tanhuanpää</span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160253\" rel=\"nofollow\">0295160253</a>",
              "target": [
                "a[href=\"tel:+358295160253\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maria Tanskanen</span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Kehittämistoiminto </span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160840\" rel=\"nofollow\">0295160840</a>",
              "target": [
                "a[href=\"tel:+358295160840\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jenna Tarvainen</span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Sisäisen viestinnän yksikkö </span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160959\" rel=\"nofollow\">0295160959</a>",
              "target": [
                "a[href=\"tel:+358295160959\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Reijo Tarvainen</span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160860\" rel=\"nofollow\">0295160860</a>",
              "target": [
                "a[href=\"tel:+358295160860\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Aila Tauriainen</span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160881\" rel=\"nofollow\">0295160881</a>",
              "target": [
                "a[href=\"tel:+358295160881\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Erik Tell</span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160231\" rel=\"nofollow\">0295160231</a>",
              "target": [
                "a[href=\"tel:+358295160231\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jonna Terävä</span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160168\" rel=\"nofollow\">0295160168</a>",
              "target": [
                "a[href=\"tel:+358295160168\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Thurén</span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161070\" rel=\"nofollow\">0295161070</a>",
              "target": [
                "a[href=\"tel:+358295161070\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ville Tiainen</span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160283\" rel=\"nofollow\">0295160283</a>",
              "target": [
                "a[href=\"tel:+358295160283\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sari Tiempo</span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160627\" rel=\"nofollow\">0295160627</a>",
              "target": [
                "a[href=\"tel:+358295160627\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Tiihonen</span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160620\" rel=\"nofollow\">0295160620</a>",
              "target": [
                "a[href=\"tel:+358295160620\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sonja Tiilikainen</span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160221\" rel=\"nofollow\">0295160221</a>",
              "target": [
                "a[href=\"tel:+358295160221\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Reijo Tikka</span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160064\" rel=\"nofollow\">0295160064</a>",
              "target": [
                "a[href=\"tel:+358295160064\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Siiri Tikkanen</span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160481\" rel=\"nofollow\">0295160481</a>",
              "target": [
                "a[href=\"tel:+358295160481\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ville Toivola</span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> samordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161092\" rel=\"nofollow\">0295161092</a>",
              "target": [
                "a[href=\"tel:+358295161092\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Juha Tuomi</span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160903\" rel=\"nofollow\">0295160903</a>",
              "target": [
                "a[href=\"tel:+358295160903\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Teemu Tuomola</span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161173\" rel=\"nofollow\">0295161173</a>",
              "target": [
                "a[href=\"tel:+358295161173\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Juha Tupasela</span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160238\" rel=\"nofollow\">0295160238</a>",
              "target": [
                "a[href=\"tel:+358295160238\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tony Turkki</span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160880\" rel=\"nofollow\">0295160880</a>",
              "target": [
                "a[href=\"tel:+358295160880\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Henna-Maria Turunen</span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160484\" rel=\"nofollow\">0295160484</a>",
              "target": [
                "a[href=\"tel:+358295160484\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Harri Tuutti</span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160765\" rel=\"nofollow\">0295160765</a>",
              "target": [
                "a[href=\"tel:+358295160765\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jani Tyni</span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160839\" rel=\"nofollow\">0295160839</a>",
              "target": [
                "a[href=\"tel:+358295160839\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"U\" class=\"letter mt-5\">U</h2>",
              "target": [
                "#U"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Niina Uitto</span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160227\" rel=\"nofollow\">0295160227</a>",
              "target": [
                "a[href=\"tel:+358295160227\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ari Uljas</span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160065\" rel=\"nofollow\">0295160065</a>",
              "target": [
                "a[href=\"tel:+358295160065\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"V\" class=\"letter mt-5\">V</h2>",
              "target": [
                "#V"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Aleksanterinkatu VN Infopiste</span>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Statsrådsborgens huvudentré&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160504\" rel=\"nofollow\">0295160504</a>",
              "target": [
                "a[href=\"tel:+358295160504\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Snellmaninkatu VN Infopiste</span>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Statsrådsborgens huvudentré&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160503\" rel=\"nofollow\">0295160503</a>",
              "target": [
                "a[href=\"tel:+358295160503\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jakelukeskus VNK</span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160512\" rel=\"nofollow\">0295160512</a>",
              "target": [
                "a[href=\"tel:+358295160512\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jaana Vahlstedt</span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160664\" rel=\"nofollow\">0295160664</a>",
              "target": [
                "a[href=\"tel:+358295160664\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pia Valkeapää</span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161063\" rel=\"nofollow\">0295161063</a>",
              "target": [
                "a[href=\"tel:+358295161063\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Riikka Valkeavaara</span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160669\" rel=\"nofollow\">0295160669</a>",
              "target": [
                "a[href=\"tel:+358295160669\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Martti Valli</span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160933\" rel=\"nofollow\">0295160933</a>",
              "target": [
                "a[href=\"tel:+358295160933\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Amanda Valtanen</span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160845\" rel=\"nofollow\">0295160845</a>",
              "target": [
                "a[href=\"tel:+358295160845\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kesäranta Valvomo</span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> skydda&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160506\" rel=\"nofollow\">0295160506</a>",
              "target": [
                "a[href=\"tel:+358295160506\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sanna Varvas-Tanskanen</span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160564\" rel=\"nofollow\">0295160564</a>",
              "target": [
                "a[href=\"tel:+358295160564\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Lassi Vasanen</span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160204\" rel=\"nofollow\">0295160204</a>",
              "target": [
                "a[href=\"tel:+358295160204\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jenni Vastamäki</span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160249\" rel=\"nofollow\">0295160249</a>",
              "target": [
                "a[href=\"tel:+358295160249\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tiina Vastamäki</span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160474\" rel=\"nofollow\">0295160474</a>",
              "target": [
                "a[href=\"tel:+358295160474\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jonne Vehviläinen</span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160248\" rel=\"nofollow\">0295160248</a>",
              "target": [
                "a[href=\"tel:+358295160248\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Niko Venäläinen</span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160805\" rel=\"nofollow\">0295160805</a>",
              "target": [
                "a[href=\"tel:+358295160805\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Salla Vepsä-Moilanen</span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160344\" rel=\"nofollow\">0295160344</a>",
              "target": [
                "a[href=\"tel:+358295160344\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Janne Vierimaa</span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160854\" rel=\"nofollow\">0295160854</a>",
              "target": [
                "a[href=\"tel:+358295160854\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anu Vihavainen</span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160568\" rel=\"nofollow\">0295160568</a>",
              "target": [
                "a[href=\"tel:+358295160568\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Silja Vikstedt</span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160215\" rel=\"nofollow\">0295160215</a>",
              "target": [
                "a[href=\"tel:+358295160215\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Aleksanterinkatu 4-10 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161220\" rel=\"nofollow\">0295161220</a>",
              "target": [
                "a[href=\"tel:+358295161220\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Arppeanum Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160727\" rel=\"nofollow\">0295160727</a>",
              "target": [
                "a[href=\"tel:+358295160727\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Eteläesplanadi 4 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161240\" rel=\"nofollow\">0295161240</a>",
              "target": [
                "a[href=\"tel:+358295161240\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Eteläinen Makasiinikatu 8 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160705\" rel=\"nofollow\">0295160705</a>",
              "target": [
                "a[href=\"tel:+358295160705\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Hallituskatu 3-5 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160751\" rel=\"nofollow\">0295160751</a>",
              "target": [
                "a[href=\"tel:+358295160751\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kirkkokatu 12-14 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160748\" rel=\"nofollow\">0295160748</a>",
              "target": [
                "a[href=\"tel:+358295160748\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mariankatu 9-11 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295530333\" rel=\"nofollow\">0295530333</a>",
              "target": [
                "a[href=\"tel:+358295530333\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Merikasarmi, Laivastokatu 20 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160610\" rel=\"nofollow\">0295160610</a>",
              "target": [
                "a[href=\"tel:+358295160610\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Meritullinkatu 10 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160616\" rel=\"nofollow\">0295160616</a>",
              "target": [
                "a[href=\"tel:+358295160616\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Meritullinkatu 8 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295163541\" rel=\"nofollow\">0295163541</a>",
              "target": [
                "a[href=\"tel:+358295163541\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Valtioneuvoston linna Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160087\" rel=\"nofollow\">0295160087</a>",
              "target": [
                "a[href=\"tel:+358295160087\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Merja Virta</span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295162359\" rel=\"nofollow\">0295162359</a>",
              "target": [
                "a[href=\"tel:+358295162359\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Seppo Virta</span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> koordinator&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160836\" rel=\"nofollow\">0295160836</a>",
              "target": [
                "a[href=\"tel:+358295160836\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Joni Virtanen</span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160534\" rel=\"nofollow\">0295160534</a>",
              "target": [
                "a[href=\"tel:+358295160534\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mikko Virtanen</span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160574\" rel=\"nofollow\">0295160574</a>",
              "target": [
                "a[href=\"tel:+358295160574\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Taru Virtanen</span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160289\" rel=\"nofollow\">0295160289</a>",
              "target": [
                "a[href=\"tel:+358295160289\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Hanna Vuorinen</span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160459\" rel=\"nofollow\">0295160459</a>",
              "target": [
                "a[href=\"tel:+358295160459\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.e.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sami Vuoristo</span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160755\" rel=\"nofollow\">0295160755</a>",
              "target": [
                "a[href=\"tel:+358295160755\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Välinen</span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160117\" rel=\"nofollow\">0295160117</a>",
              "target": [
                "a[href=\"tel:+358295160117\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ella Värtö</span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160126\" rel=\"nofollow\">0295160126</a>",
              "target": [
                "a[href=\"tel:+358295160126\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Petri Väänänen</span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160443\" rel=\"nofollow\">0295160443</a>",
              "target": [
                "a[href=\"tel:+358295160443\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kirjaamo _VNK</span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160334\" rel=\"nofollow\">0295160334</a>",
              "target": [
                "a[href=\"tel:+358295160334\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"W\" class=\"letter mt-5\">W</h2>",
              "target": [
                "#W"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nikola Wegar</span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161101\" rel=\"nofollow\">0295161101</a>",
              "target": [
                "a[href=\"tel:+358295161101\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pia Westerberg</span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160578\" rel=\"nofollow\">0295160578</a>",
              "target": [
                "a[href=\"tel:+358295160578\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Minna Westerlund</span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160230\" rel=\"nofollow\">0295160230</a>",
              "target": [
                "a[href=\"tel:+358295160230\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maria Wigell</span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160665\" rel=\"nofollow\">0295160665</a>",
              "target": [
                "a[href=\"tel:+358295160665\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"Y\" class=\"letter mt-5\">Y</h2>",
              "target": [
                "#Y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Amal Yusuf</span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160152\" rel=\"nofollow\">0295160152</a>",
              "target": [
                "a[href=\"tel:+358295160152\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "28.5pt (38px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"Ö\" class=\"letter mt-5\">Ö</h2>",
              "target": [
                "#Ö"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Eva-Lotta Öhrnberg-Tauru</span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#333333",
                    "bgColor": "#ffffff",
                    "contrastRatio": 12.63,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.63"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160464\" rel=\"nofollow\">0295160464</a>",
              "target": [
                "a[href=\"tel:+358295160464\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.3pt (19.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Statsrådet</h3>",
              "target": [
                ".col-md-5.contact-info > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.8pt (17.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Snellmansgatan 1 A, Helsingfors</p>",
              "target": [
                ".col-md-5.contact-info > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.8pt (17.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>PB 23, 00023 Statsrådet</p>",
              "target": [
                "p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ebeff8",
                    "contrastRatio": 18.23,
                    "fontSize": "12.8pt (17.008px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.23"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Tfn 0295 16001</p>",
              "target": [
                "p:nth-child(4)"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "ministry-listing",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"top-curtain\" id=\"ministry-listing\" aria-expanded=\"false\">",
              "target": [
                "#ministry-listing"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "lan-selection-view",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"lan_selection_view\" id=\"lan-selection-view\" aria-expanded=\"false\" role=\"navigation\" aria-label=\"Language selection\">",
              "target": [
                "#lan-selection-view"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "label.contact.search.description",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 id=\"label.contact.search.description\" class=\"contact-search-heading\">Sök efter kontaktuppgifter</h1>",
              "target": [
                "#label\\.contact\\.search\\.description"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "yjaScrollToTopText",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"yjaScrollToTopText\">Tillbaka till toppen</span>",
              "target": [
                "#yjaScrollToTopText"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"hed-section portlet-title portlet-title-text\">Kontaktuppgifter till statsrådets förvaltningsenhet</h1>",
              "target": [
                ".hed-section"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"A\" class=\"letter mt-5\">A</h2>",
              "target": [
                "#A"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"B\" class=\"letter mt-5\">B</h2>",
              "target": [
                "#B"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"C\" class=\"letter mt-5\">C</h2>",
              "target": [
                "#C"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"D\" class=\"letter mt-5\">D</h2>",
              "target": [
                "#D"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"E\" class=\"letter mt-5\">E</h2>",
              "target": [
                "#E"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"F\" class=\"letter mt-5\">F</h2>",
              "target": [
                "#F"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"G\" class=\"letter mt-5\">G</h2>",
              "target": [
                "#G"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"H\" class=\"letter mt-5\">H</h2>",
              "target": [
                "#H"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"I\" class=\"letter mt-5\">I</h2>",
              "target": [
                "#I"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"J\" class=\"letter mt-5\">J</h2>",
              "target": [
                "#J"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"K\" class=\"letter mt-5\">K</h2>",
              "target": [
                "#K"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"L\" class=\"letter mt-5\">L</h2>",
              "target": [
                "#L"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"M\" class=\"letter mt-5\">M</h2>",
              "target": [
                "#M"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"N\" class=\"letter mt-5\">N</h2>",
              "target": [
                "#N"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"O\" class=\"letter mt-5\">O</h2>",
              "target": [
                "#O"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"P\" class=\"letter mt-5\">P</h2>",
              "target": [
                "#P"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"R\" class=\"letter mt-5\">R</h2>",
              "target": [
                "#R"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"S\" class=\"letter mt-5\">S</h2>",
              "target": [
                "#S"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"T\" class=\"letter mt-5\">T</h2>",
              "target": [
                "#T"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"U\" class=\"letter mt-5\">U</h2>",
              "target": [
                "#U"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"V\" class=\"letter mt-5\">V</h2>",
              "target": [
                "#V"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"W\" class=\"letter mt-5\">W</h2>",
              "target": [
                "#W"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"Y\" class=\"letter mt-5\">Y</h2>",
              "target": [
                "#Y"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"Ö\" class=\"letter mt-5\">Ö</h2>",
              "target": [
                "#Ö"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Statsrådet</h3>",
              "target": [
                ".col-md-5.contact-info > h3"
              ]
            }
          ]
        },
        {
          "id": "form-field-multiple-labels",
          "impact": null,
          "tags": [
            "cat.forms",
            "wcag2a",
            "wcag332",
            "TTv5",
            "TT5.c",
            "EN-301-549",
            "EN-9.3.3.2",
            "RGAAv4",
            "RGAA-11.2.1"
          ],
          "description": "Ensure form field does not have multiple label elements",
          "help": "Form field must not have multiple label elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/form-field-multiple-labels?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(1)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(19)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(28)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(32)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(35)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(44)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(54)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(63)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(110)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(119)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(138)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(208)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(238)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(262)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(282)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(290)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(331)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(355)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(399)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(427)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(431)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(474)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(480)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(2) > div > div > div > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div > nav:nth-child(2) > h2:nth-child(483)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(7) > div:nth-child(2) > div > div > div:nth-child(1) > h3:nth-child(1)"
                        ],
                        "level": 3
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"hed-section portlet-title portlet-title-text\">Kontaktuppgifter till statsrådets förvaltningsenhet</h1>",
              "target": [
                ".hed-section"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"A\" class=\"letter mt-5\">A</h2>",
              "target": [
                "#A"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"B\" class=\"letter mt-5\">B</h2>",
              "target": [
                "#B"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"C\" class=\"letter mt-5\">C</h2>",
              "target": [
                "#C"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"D\" class=\"letter mt-5\">D</h2>",
              "target": [
                "#D"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"E\" class=\"letter mt-5\">E</h2>",
              "target": [
                "#E"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"F\" class=\"letter mt-5\">F</h2>",
              "target": [
                "#F"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"G\" class=\"letter mt-5\">G</h2>",
              "target": [
                "#G"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"H\" class=\"letter mt-5\">H</h2>",
              "target": [
                "#H"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"I\" class=\"letter mt-5\">I</h2>",
              "target": [
                "#I"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"J\" class=\"letter mt-5\">J</h2>",
              "target": [
                "#J"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"K\" class=\"letter mt-5\">K</h2>",
              "target": [
                "#K"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"L\" class=\"letter mt-5\">L</h2>",
              "target": [
                "#L"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"M\" class=\"letter mt-5\">M</h2>",
              "target": [
                "#M"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"N\" class=\"letter mt-5\">N</h2>",
              "target": [
                "#N"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"O\" class=\"letter mt-5\">O</h2>",
              "target": [
                "#O"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"P\" class=\"letter mt-5\">P</h2>",
              "target": [
                "#P"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"R\" class=\"letter mt-5\">R</h2>",
              "target": [
                "#R"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"S\" class=\"letter mt-5\">S</h2>",
              "target": [
                "#S"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"T\" class=\"letter mt-5\">T</h2>",
              "target": [
                "#T"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"U\" class=\"letter mt-5\">U</h2>",
              "target": [
                "#U"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"V\" class=\"letter mt-5\">V</h2>",
              "target": [
                "#V"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"W\" class=\"letter mt-5\">W</h2>",
              "target": [
                "#W"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"Y\" class=\"letter mt-5\">Y</h2>",
              "target": [
                "#Y"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"Ö\" class=\"letter mt-5\">Ö</h2>",
              "target": [
                "#Ö"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Statsrådet</h3>",
              "target": [
                ".col-md-5.contact-info > h3"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "image-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag111",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT7.a",
            "TT7.b",
            "EN-301-549",
            "EN-9.1.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-1.1.1"
          ],
          "description": "Ensure <img> elements have alternative text or a role of none or presentation",
          "help": "Images must have alternative text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=sv_SE&amp;t=1776094026000\n\" alt=\"Statsrådet\">",
              "target": [
                "img[alt=\"Statsrådet\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .search-btn.btn-primary[type=\"submit\"] > img[alt=\"Sök\"]"
              ]
            }
          ]
        },
        {
          "id": "image-redundant-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "best-practice"
          ],
          "description": "Ensure image alternative is not repeated as text",
          "help": "Alternative text of images should not be repeated as text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=sv_SE&amp;t=1776094026000\n\" alt=\"Statsrådet\">",
              "target": [
                "img[alt=\"Statsrådet\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .search-btn.btn-primary[type=\"submit\"] > img[alt=\"Sök\"]"
              ]
            }
          ]
        },
        {
          "id": "label-title-only",
          "impact": null,
          "tags": [
            "cat.forms",
            "best-practice"
          ],
          "description": "Ensure that every form element has a visible label and is not solely labeled using hidden labels, or the title or aria-describedby attributes",
          "help": "Form elements should have a visible label",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            }
          ]
        },
        {
          "id": "label",
          "impact": null,
          "tags": [
            "cat.forms",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.n",
            "TTv5",
            "TT5.c",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.1.1"
          ],
          "description": "Ensure every form element has a label",
          "help": "Form elements must have labels",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "non-empty-placeholder",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a placeholder attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            }
          ]
        },
        {
          "id": "landmark-banner-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the banner landmark is at top level",
          "help": "Banner landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-banner-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "banner"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The banner landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            }
          ]
        },
        {
          "id": "landmark-contentinfo-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the contentinfo landmark is at top level",
          "help": "Contentinfo landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-contentinfo-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "contentinfo"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The contentinfo landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer>",
              "target": [
                "footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-main-is-top-level",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the main landmark is at top level",
          "help": "Main landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-main-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "main"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The main landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main id=\"wrapper\">",
              "target": [
                "#wrapper"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-banner",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one banner landmark",
          "help": "Document should not have more than one banner landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-banner?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-banner",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one banner landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-contentinfo",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one contentinfo landmark",
          "help": "Document should not have more than one contentinfo landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-contentinfo?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-contentinfo",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one contentinfo landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer>",
              "target": [
                "footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<main id=\"wrapper\">",
                      "target": [
                        "#wrapper"
                      ]
                    },
                    {
                      "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
                      "target": [
                        "#main-content"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "banner",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "navigation",
                    "accessibleText": "undermeny"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "navigation",
                    "accessibleText": "länkstig"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "navigation",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav>",
              "target": [
                "#portlet_fi_yja_contact_list_web_portlet_ContactListPortlet > .portlet-content > .portlet-content-container > .portlet-body > nav"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "contentinfo",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer>",
              "target": [
                "footer"
              ]
            }
          ]
        },
        {
          "id": "link-name",
          "impact": null,
          "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"
          ],
          "description": "Ensure links have discernible text",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"#content-main\" id=\"skip-to-content\">Hoppa till innehåll</a>",
              "target": [
                "#skip-to-content"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"js-media-link media-link right yja-external-link\" href=\"https://media.valtioneuvosto.fi\">Media <i class=\"icon-caret-right\"></i></a>",
              "target": [
                ".js-media-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"logo default-logo\" href=\"/sv\" title=\"Gå till Statsrådet\"> <img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=sv_SE&amp;t=1776094026000\n\" alt=\"Statsrådet\"> </a>",
              "target": [
                ".col-md-8 > .logo.default-logo[href=\"/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/sv/kontaktinformation\" class=\"additional-link\">Kontaktinformation</a>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(2) > .additional-link[href$=\"kontaktinformation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/aktuellt\">Aktuellt</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar\">Orpos regering</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beslut\">Beslut</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info/sa-har-arbetar-statsradet\">Så här arbetar statsrådet</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli\" aria-current=\"true\">Statsrådets kansli</a>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/kansliet-betjanar-statsradet\">Kansliet betjänar statsrådet</a>",
              "target": [
                ".level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation\" aria-current=\"true\">Statsrådets kanslis ledning och organisation</a>",
              "target": [
                ".selected.lfr-nav-item[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ekonomi\">Ekonomi</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beloningar-och-utmarkelser\">Belöningar och utmärkelser</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(4) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/statsradets-kansli-som-arbetsplats\">Statsrådets kansli som arbetsplats</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/visselblasarskydd\">Visselblåsarskydd</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(6) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/handlingars-offentlighet\">Handlingars offentlighet</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(7) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/ministerierna\">Ministerierna</a>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik\">Finlands EU-politik</a>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statens-agarstyrning\">Statens ägarstyrning och ägarpolitik</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/historia-och-byggnader\">Historia och byggnader</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/projekt\">Lagberedning och utveckling</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/kontaktinformation\">Kontaktinformation</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/om-webbplatsen\">Information om webbplatsen</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/statsradets-kansli\"> Statsrådets kansli </a>",
              "target": [
                ".breadcrumb > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation\"> Statsrådets kanslis ledning och organisation </a>",
              "target": [
                ".breadcrumb > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161052\" rel=\"nofollow\">0295161052</a>",
              "target": [
                "a[href=\"tel:+358295161052\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160036\" rel=\"nofollow\">0295160036</a>",
              "target": [
                "a[href=\"tel:+358295160036\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161180\" rel=\"nofollow\">0295161180</a>",
              "target": [
                "a[href=\"tel:+358295161180\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160373\" rel=\"nofollow\">0295160373</a>",
              "target": [
                "a[href=\"tel:+358295160373\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160362\" rel=\"nofollow\">0295160362</a>",
              "target": [
                "a[href=\"tel:+358295160362\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160047\" rel=\"nofollow\">0295160047</a>",
              "target": [
                "a[href=\"tel:+358295160047\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160140\" rel=\"nofollow\">0295160140</a>",
              "target": [
                "a[href=\"tel:+358295160140\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160254\" rel=\"nofollow\">0295160254</a>",
              "target": [
                "a[href=\"tel:+358295160254\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160257\" rel=\"nofollow\">0295160257</a>",
              "target": [
                "a[href=\"tel:+358295160257\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160322\" rel=\"nofollow\">0295160322</a>",
              "target": [
                "a[href=\"tel:+358295160322\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160678\" rel=\"nofollow\">0295160678</a>",
              "target": [
                "a[href=\"tel:+358295160678\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160244\" rel=\"nofollow\">0295160244</a>",
              "target": [
                "a[href=\"tel:+358295160244\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160074\" rel=\"nofollow\">0295160074</a>",
              "target": [
                "a[href=\"tel:+358295160074\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160728\" rel=\"nofollow\">0295160728</a>",
              "target": [
                "a[href=\"tel:+358295160728\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160882\" rel=\"nofollow\">0295160882</a>",
              "target": [
                "a[href=\"tel:+358295160882\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160580\" rel=\"nofollow\">0295160580</a>",
              "target": [
                "a[href=\"tel:+358295160580\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160679\" rel=\"nofollow\">0295160679</a>",
              "target": [
                "a[href=\"tel:+358295160679\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160402\" rel=\"nofollow\">0295160402</a>",
              "target": [
                "a[href=\"tel:+358295160402\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160276\" rel=\"nofollow\">0295160276</a>",
              "target": [
                "a[href=\"tel:+358295160276\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160843\" rel=\"nofollow\">0295160843</a>",
              "target": [
                "a[href=\"tel:+358295160843\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160273\" rel=\"nofollow\">0295160273</a>",
              "target": [
                "a[href=\"tel:+358295160273\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160369\" rel=\"nofollow\">0295160369</a>",
              "target": [
                "a[href=\"tel:+358295160369\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160073\" rel=\"nofollow\">0295160073</a>",
              "target": [
                "a[href=\"tel:+358295160073\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160953\" rel=\"nofollow\">0295160953</a>",
              "target": [
                "a[href=\"tel:+358295160953\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160446\" rel=\"nofollow\">0295160446</a>",
              "target": [
                "a[href=\"tel:+358295160446\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160767\" rel=\"nofollow\">0295160767</a>",
              "target": [
                "a[href=\"tel:+358295160767\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160371\" rel=\"nofollow\">0295160371</a>",
              "target": [
                "a[href=\"tel:+358295160371\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160142\" rel=\"nofollow\">0295160142</a>",
              "target": [
                "a[href=\"tel:+358295160142\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160265\" rel=\"nofollow\">0295160265</a>",
              "target": [
                "a[href=\"tel:+358295160265\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160478\" rel=\"nofollow\">0295160478</a>",
              "target": [
                "a[href=\"tel:+358295160478\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160723\" rel=\"nofollow\">0295160723</a>",
              "target": [
                "a[href=\"tel:+358295160723\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160029\" rel=\"nofollow\">0295160029</a>",
              "target": [
                "a[href=\"tel:+358295160029\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160219\" rel=\"nofollow\">0295160219</a>",
              "target": [
                "a[href=\"tel:+358295160219\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160349\" rel=\"nofollow\">0295160349</a>",
              "target": [
                "a[href=\"tel:+358295160349\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160229\" rel=\"nofollow\">0295160229</a>",
              "target": [
                "a[href=\"tel:+358295160229\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160720\" rel=\"nofollow\">0295160720</a>",
              "target": [
                "a[href=\"tel:+358295160720\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160726\" rel=\"nofollow\">0295160726</a>",
              "target": [
                "a[href=\"tel:+358295160726\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160384\" rel=\"nofollow\">0295160384</a>",
              "target": [
                "a[href=\"tel:+358295160384\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160758\" rel=\"nofollow\">0295160758</a>",
              "target": [
                "a[href=\"tel:+358295160758\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161132\" rel=\"nofollow\">0295161132</a>",
              "target": [
                "a[href=\"tel:+358295161132\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160949\" rel=\"nofollow\">0295160949</a>",
              "target": [
                "a[href=\"tel:+358295160949\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160422\" rel=\"nofollow\">0295160422</a>",
              "target": [
                "a[href=\"tel:+358295160422\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161139\" rel=\"nofollow\">0295161139</a>",
              "target": [
                "a[href=\"tel:+358295161139\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160387\" rel=\"nofollow\">0295160387</a>",
              "target": [
                "a[href=\"tel:+358295160387\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160174\" rel=\"nofollow\">0295160174</a>",
              "target": [
                "a[href=\"tel:+358295160174\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160115\" rel=\"nofollow\">0295160115</a>",
              "target": [
                "a[href=\"tel:+358295160115\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160103\" rel=\"nofollow\">0295160103</a>",
              "target": [
                "a[href=\"tel:+358295160103\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160267\" rel=\"nofollow\">0295160267</a>",
              "target": [
                "a[href=\"tel:+358295160267\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160198\" rel=\"nofollow\">0295160198</a>",
              "target": [
                "a[href=\"tel:+358295160198\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160388\" rel=\"nofollow\">0295160388</a>",
              "target": [
                "a[href=\"tel:+358295160388\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161135\" rel=\"nofollow\">0295161135</a>",
              "target": [
                "a[href=\"tel:+358295161135\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160852\" rel=\"nofollow\">0295160852</a>",
              "target": [
                "a[href=\"tel:+358295160852\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160715\" rel=\"nofollow\">0295160715</a>",
              "target": [
                "a[href=\"tel:+358295160715\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160701\" rel=\"nofollow\">0295160701</a>",
              "target": [
                "a[href=\"tel:+358295160701\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160889\" rel=\"nofollow\">0295160889</a>",
              "target": [
                "a[href=\"tel:+358295160889\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160729\" rel=\"nofollow\">0295160729</a>",
              "target": [
                "a[href=\"tel:+358295160729\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161130\" rel=\"nofollow\">0295161130</a>",
              "target": [
                "a[href=\"tel:+358295161130\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160224\" rel=\"nofollow\">0295160224</a>",
              "target": [
                "a[href=\"tel:+358295160224\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160271\" rel=\"nofollow\">0295160271</a>",
              "target": [
                "a[href=\"tel:+358295160271\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160407\" rel=\"nofollow\">0295160407</a>",
              "target": [
                "a[href=\"tel:+358295160407\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160052\" rel=\"nofollow\">0295160052</a>",
              "target": [
                "a[href=\"tel:+358295160052\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160222\" rel=\"nofollow\">0295160222</a>",
              "target": [
                "a[href=\"tel:+358295160222\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160077\" rel=\"nofollow\">0295160077</a>",
              "target": [
                "a[href=\"tel:+358295160077\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160638\" rel=\"nofollow\">0295160638</a>",
              "target": [
                "a[href=\"tel:+358295160638\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160529\" rel=\"nofollow\">0295160529</a>",
              "target": [
                "a[href=\"tel:+358295160529\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160795\" rel=\"nofollow\">0295160795</a>",
              "target": [
                "a[href=\"tel:+358295160795\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160213\" rel=\"nofollow\">0295160213</a>",
              "target": [
                "a[href=\"tel:+358295160213\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160111\" rel=\"nofollow\">0295160111</a>",
              "target": [
                "a[href=\"tel:+358295160111\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160454\" rel=\"nofollow\">0295160454</a>",
              "target": [
                "a[href=\"tel:+358295160454\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160068\" rel=\"nofollow\">0295160068</a>",
              "target": [
                "a[href=\"tel:+358295160068\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160082\" rel=\"nofollow\">0295160082</a>",
              "target": [
                "a[href=\"tel:+358295160082\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160801\" rel=\"nofollow\">0295160801</a>",
              "target": [
                "a[href=\"tel:+358295160801\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160764\" rel=\"nofollow\">0295160764</a>",
              "target": [
                "a[href=\"tel:+358295160764\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160124\" rel=\"nofollow\">0295160124</a>",
              "target": [
                "a[href=\"tel:+358295160124\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160737\" rel=\"nofollow\">0295160737</a>",
              "target": [
                "a[href=\"tel:+358295160737\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160260\" rel=\"nofollow\">0295160260</a>",
              "target": [
                "a[href=\"tel:+358295160260\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160719\" rel=\"nofollow\">0295160719</a>",
              "target": [
                "a[href=\"tel:+358295160719\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160437\" rel=\"nofollow\">0295160437</a>",
              "target": [
                "a[href=\"tel:+358295160437\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160527\" rel=\"nofollow\">0295160527</a>",
              "target": [
                "a[href=\"tel:+358295160527\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160092\" rel=\"nofollow\">0295160092</a>",
              "target": [
                "a[href=\"tel:+358295160092\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160090\" rel=\"nofollow\">0295160090</a>",
              "target": [
                "a[href=\"tel:+358295160090\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160226\" rel=\"nofollow\">0295160226</a>",
              "target": [
                "a[href=\"tel:+358295160226\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161054\" rel=\"nofollow\">0295161054</a>",
              "target": [
                "a[href=\"tel:+358295161054\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160460\" rel=\"nofollow\">0295160460</a>",
              "target": [
                "a[href=\"tel:+358295160460\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160106\" rel=\"nofollow\">0295160106</a>",
              "target": [
                "a[href=\"tel:+358295160106\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160847\" rel=\"nofollow\">0295160847</a>",
              "target": [
                "a[href=\"tel:+358295160847\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160378\" rel=\"nofollow\">0295160378</a>",
              "target": [
                "a[href=\"tel:+358295160378\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160637\" rel=\"nofollow\">0295160637</a>",
              "target": [
                "a[href=\"tel:+358295160637\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160398\" rel=\"nofollow\">0295160398</a>",
              "target": [
                "a[href=\"tel:+358295160398\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160601\" rel=\"nofollow\">0295160601</a>",
              "target": [
                "a[href=\"tel:+358295160601\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160831\" rel=\"nofollow\">0295160831</a>",
              "target": [
                "a[href=\"tel:+358295160831\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160712\" rel=\"nofollow\">0295160712</a>",
              "target": [
                "a[href=\"tel:+358295160712\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160360\" rel=\"nofollow\">0295160360</a>",
              "target": [
                "a[href=\"tel:+358295160360\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161119\" rel=\"nofollow\">0295161119</a>",
              "target": [
                "a[href=\"tel:+358295161119\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160154\" rel=\"nofollow\">0295160154</a>",
              "target": [
                "a[href=\"tel:+358295160154\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160390\" rel=\"nofollow\">0295160390</a>",
              "target": [
                "a[href=\"tel:+358295160390\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160237\" rel=\"nofollow\">0295160237</a>",
              "target": [
                "a[href=\"tel:+358295160237\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160308\" rel=\"nofollow\">0295160308</a>",
              "target": [
                "a[href=\"tel:+358295160308\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160671\" rel=\"nofollow\">0295160671</a>",
              "target": [
                "a[href=\"tel:+358295160671\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160807\" rel=\"nofollow\">0295160807</a>",
              "target": [
                "a[href=\"tel:+358295160807\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160374\" rel=\"nofollow\">0295160374</a>",
              "target": [
                "a[href=\"tel:+358295160374\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160813\" rel=\"nofollow\">0295160813</a>",
              "target": [
                "a[href=\"tel:+358295160813\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161181\" rel=\"nofollow\">0295161181</a>",
              "target": [
                "a[href=\"tel:+358295161181\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160278\" rel=\"nofollow\">0295160278</a>",
              "target": [
                "a[href=\"tel:+358295160278\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160379\" rel=\"nofollow\">0295160379</a>",
              "target": [
                "a[href=\"tel:+358295160379\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160053\" rel=\"nofollow\">0295160053</a>",
              "target": [
                "a[href=\"tel:+358295160053\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160796\" rel=\"nofollow\">0295160796</a>",
              "target": [
                "a[href=\"tel:+358295160796\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160621\" rel=\"nofollow\">0295160621</a>",
              "target": [
                "a[href=\"tel:+358295160621\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160513\" rel=\"nofollow\">0295160513</a>",
              "target": [
                "a[href=\"tel:+358295160513\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160514\" rel=\"nofollow\">0295160514</a>",
              "target": [
                "a[href=\"tel:+358295160514\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160842\" rel=\"nofollow\">0295160842</a>",
              "target": [
                "a[href=\"tel:+358295160842\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160731\" rel=\"nofollow\">0295160731</a>",
              "target": [
                "a[href=\"tel:+358295160731\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160076\" rel=\"nofollow\">0295160076</a>",
              "target": [
                "a[href=\"tel:+358295160076\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160716\" rel=\"nofollow\">0295160716</a>",
              "target": [
                "a[href=\"tel:+358295160716\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160673\" rel=\"nofollow\">0295160673</a>",
              "target": [
                "a[href=\"tel:+358295160673\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160528\" rel=\"nofollow\">0295160528</a>",
              "target": [
                "a[href=\"tel:+358295160528\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160583\" rel=\"nofollow\">0295160583</a>",
              "target": [
                "a[href=\"tel:+358295160583\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160061\" rel=\"nofollow\">0295160061</a>",
              "target": [
                "a[href=\"tel:+358295160061\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160677\" rel=\"nofollow\">0295160677</a>",
              "target": [
                "a[href=\"tel:+358295160677\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160171\" rel=\"nofollow\">0295160171</a>",
              "target": [
                "a[href=\"tel:+358295160171\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160647\" rel=\"nofollow\">0295160647</a>",
              "target": [
                "a[href=\"tel:+358295160647\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160028\" rel=\"nofollow\">0295160028</a>",
              "target": [
                "a[href=\"tel:+358295160028\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160282\" rel=\"nofollow\">0295160282</a>",
              "target": [
                "a[href=\"tel:+358295160282\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160217\" rel=\"nofollow\">0295160217</a>",
              "target": [
                "a[href=\"tel:+358295160217\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160605\" rel=\"nofollow\">0295160605</a>",
              "target": [
                "a[href=\"tel:+358295160605\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161049\" rel=\"nofollow\">0295161049</a>",
              "target": [
                "a[href=\"tel:+358295161049\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160269\" rel=\"nofollow\">0295160269</a>",
              "target": [
                "a[href=\"tel:+358295160269\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160853\" rel=\"nofollow\">0295160853</a>",
              "target": [
                "a[href=\"tel:+358295160853\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160828\" rel=\"nofollow\">0295160828</a>",
              "target": [
                "a[href=\"tel:+358295160828\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160279\" rel=\"nofollow\">0295160279</a>",
              "target": [
                "a[href=\"tel:+358295160279\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160957\" rel=\"nofollow\">0295160957</a>",
              "target": [
                "a[href=\"tel:+358295160957\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160391\" rel=\"nofollow\">0295160391</a>",
              "target": [
                "a[href=\"tel:+358295160391\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160186\" rel=\"nofollow\">0295160186</a>",
              "target": [
                "a[href=\"tel:+358295160186\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160817\" rel=\"nofollow\">0295160817</a>",
              "target": [
                "a[href=\"tel:+358295160817\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160906\" rel=\"nofollow\">0295160906</a>",
              "target": [
                "a[href=\"tel:+358295160906\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160594\" rel=\"nofollow\">0295160594</a>",
              "target": [
                "a[href=\"tel:+358295160594\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160381\" rel=\"nofollow\">0295160381</a>",
              "target": [
                "a[href=\"tel:+358295160381\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160649\" rel=\"nofollow\">0295160649</a>",
              "target": [
                "a[href=\"tel:+358295160649\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161127\" rel=\"nofollow\">0295161127</a>",
              "target": [
                "a[href=\"tel:+358295161127\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160488\" rel=\"nofollow\">0295160488</a>",
              "target": [
                "a[href=\"tel:+358295160488\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161141\" rel=\"nofollow\">0295161141</a>",
              "target": [
                "a[href=\"tel:+358295161141\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160971\" rel=\"nofollow\">0295160971</a>",
              "target": [
                "a[href=\"tel:+358295160971\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160517\" rel=\"nofollow\">0295160517</a>",
              "target": [
                "a[href=\"tel:+358295160517\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160518\" rel=\"nofollow\">0295160518</a>",
              "target": [
                "a[href=\"tel:+358295160518\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160057\" rel=\"nofollow\">0295160057</a>",
              "target": [
                "a[href=\"tel:+358295160057\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160258\" rel=\"nofollow\">0295160258</a>",
              "target": [
                "a[href=\"tel:+358295160258\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160110\" rel=\"nofollow\">0295160110</a>",
              "target": [
                "a[href=\"tel:+358295160110\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160629\" rel=\"nofollow\">0295160629</a>",
              "target": [
                "a[href=\"tel:+358295160629\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160699\" rel=\"nofollow\">0295160699</a>",
              "target": [
                "a[href=\"tel:+358295160699\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160451\" rel=\"nofollow\">0295160451</a>",
              "target": [
                "a[href=\"tel:+358295160451\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160246\" rel=\"nofollow\">0295160246</a>",
              "target": [
                "a[href=\"tel:+358295160246\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160868\" rel=\"nofollow\">0295160868</a>",
              "target": [
                "a[href=\"tel:+358295160868\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160303\" rel=\"nofollow\">0295160303</a>",
              "target": [
                "a[href=\"tel:+358295160303\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160535\" rel=\"nofollow\">0295160535</a>",
              "target": [
                "a[href=\"tel:+358295160535\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160681\" rel=\"nofollow\">0295160681</a>",
              "target": [
                "a[href=\"tel:+358295160681\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160069\" rel=\"nofollow\">0295160069</a>",
              "target": [
                "a[href=\"tel:+358295160069\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160233\" rel=\"nofollow\">0295160233</a>",
              "target": [
                "a[href=\"tel:+358295160233\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160072\" rel=\"nofollow\">0295160072</a>",
              "target": [
                "a[href=\"tel:+358295160072\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160820\" rel=\"nofollow\">0295160820</a>",
              "target": [
                "a[href=\"tel:+358295160820\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160165\" rel=\"nofollow\">0295160165</a>",
              "target": [
                "a[href=\"tel:+358295160165\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160865\" rel=\"nofollow\">0295160865</a>",
              "target": [
                "a[href=\"tel:+358295160865\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160567\" rel=\"nofollow\">0295160567</a>",
              "target": [
                "a[href=\"tel:+358295160567\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160042\" rel=\"nofollow\">0295160042</a>",
              "target": [
                "a[href=\"tel:+358295160042\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160596\" rel=\"nofollow\">0295160596</a>",
              "target": [
                "a[href=\"tel:+358295160596\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160555\" rel=\"nofollow\">0295160555</a>",
              "target": [
                "a[href=\"tel:+358295160555\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160104\" rel=\"nofollow\">0295160104</a>",
              "target": [
                "a[href=\"tel:+358295160104\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160426\" rel=\"nofollow\">0295160426</a>",
              "target": [
                "a[href=\"tel:+358295160426\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160416\" rel=\"nofollow\">0295160416</a>",
              "target": [
                "a[href=\"tel:+358295160416\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160332\" rel=\"nofollow\">0295160332</a>",
              "target": [
                "a[href=\"tel:+358295160332\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160730\" rel=\"nofollow\">0295160730</a>",
              "target": [
                "a[href=\"tel:+358295160730\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160445\" rel=\"nofollow\">0295160445</a>",
              "target": [
                "a[href=\"tel:+358295160445\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160297\" rel=\"nofollow\">0295160297</a>",
              "target": [
                "a[href=\"tel:+358295160297\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160105\" rel=\"nofollow\">0295160105</a>",
              "target": [
                "a[href=\"tel:+358295160105\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161644\" rel=\"nofollow\">0295161644</a>",
              "target": [
                "a[href=\"tel:+358295161644\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160081\" rel=\"nofollow\">0295160081</a>",
              "target": [
                "a[href=\"tel:+358295160081\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160639\" rel=\"nofollow\">0295160639</a>",
              "target": [
                "a[href=\"tel:+358295160639\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161099\" rel=\"nofollow\">0295161099</a>",
              "target": [
                "a[href=\"tel:+358295161099\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160683\" rel=\"nofollow\">0295160683</a>",
              "target": [
                "a[href=\"tel:+358295160683\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160536\" rel=\"nofollow\">0295160536</a>",
              "target": [
                "a[href=\"tel:+358295160536\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160056\" rel=\"nofollow\">0295160056</a>",
              "target": [
                "a[href=\"tel:+358295160056\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160272\" rel=\"nofollow\">0295160272</a>",
              "target": [
                "a[href=\"tel:+358295160272\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160581\" rel=\"nofollow\">0295160581</a>",
              "target": [
                "a[href=\"tel:+358295160581\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160519\" rel=\"nofollow\">0295160519</a>",
              "target": [
                "a[href=\"tel:+358295160519\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160520\" rel=\"nofollow\">0295160520</a>",
              "target": [
                "a[href=\"tel:+358295160520\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160419\" rel=\"nofollow\">0295160419</a>",
              "target": [
                "a[href=\"tel:+358295160419\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160205\" rel=\"nofollow\">0295160205</a>",
              "target": [
                "a[href=\"tel:+358295160205\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160494\" rel=\"nofollow\">0295160494</a>",
              "target": [
                "a[href=\"tel:+358295160494\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160364\" rel=\"nofollow\">0295160364</a>",
              "target": [
                "a[href=\"tel:+358295160364\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160122\" rel=\"nofollow\">0295160122</a>",
              "target": [
                "a[href=\"tel:+358295160122\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160151\" rel=\"nofollow\">0295160151</a>",
              "target": [
                "a[href=\"tel:+358295160151\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160247\" rel=\"nofollow\">0295160247</a>",
              "target": [
                "a[href=\"tel:+358295160247\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160182\" rel=\"nofollow\">0295160182</a>",
              "target": [
                "a[href=\"tel:+358295160182\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160682\" rel=\"nofollow\">0295160682</a>",
              "target": [
                "a[href=\"tel:+358295160682\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160950\" rel=\"nofollow\">0295160950</a>",
              "target": [
                "a[href=\"tel:+358295160950\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160256\" rel=\"nofollow\">0295160256</a>",
              "target": [
                "a[href=\"tel:+358295160256\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160120\" rel=\"nofollow\">0295160120</a>",
              "target": [
                "a[href=\"tel:+358295160120\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160714\" rel=\"nofollow\">0295160714</a>",
              "target": [
                "a[href=\"tel:+358295160714\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160525\" rel=\"nofollow\">0295160525</a>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"] > a[href=\"tel:+358295160525\"][rel=\"nofollow\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160864\" rel=\"nofollow\">0295160864</a>",
              "target": [
                "a[href=\"tel:+358295160864\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160156\" rel=\"nofollow\">0295160156</a>",
              "target": [
                "a[href=\"tel:+358295160156\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160722\" rel=\"nofollow\">0295160722</a>",
              "target": [
                "a[href=\"tel:+358295160722\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160480\" rel=\"nofollow\">0295160480</a>",
              "target": [
                "a[href=\"tel:+358295160480\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160640\" rel=\"nofollow\">0295160640</a>",
              "target": [
                "a[href=\"tel:+358295160640\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160405\" rel=\"nofollow\">0295160405</a>",
              "target": [
                "a[href=\"tel:+358295160405\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160399\" rel=\"nofollow\">0295160399</a>",
              "target": [
                "a[href=\"tel:+358295160399\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161088\" rel=\"nofollow\">0295161088</a>",
              "target": [
                "a[href=\"tel:+358295161088\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160382\" rel=\"nofollow\">0295160382</a>",
              "target": [
                "a[href=\"tel:+358295160382\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160320\" rel=\"nofollow\">0295160320</a>",
              "target": [
                "a[href=\"tel:+358295160320\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160740\" rel=\"nofollow\">0295160740</a>",
              "target": [
                "a[href=\"tel:+358295160740\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160780\" rel=\"nofollow\">0295160780</a>",
              "target": [
                "a[href=\"tel:+358295160780\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160642\" rel=\"nofollow\">0295160642</a>",
              "target": [
                "a[href=\"tel:+358295160642\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160383\" rel=\"nofollow\">0295160383</a>",
              "target": [
                "a[href=\"tel:+358295160383\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161103\" rel=\"nofollow\">0295161103</a>",
              "target": [
                "a[href=\"tel:+358295161103\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160338\" rel=\"nofollow\">0295160338</a>",
              "target": [
                "a[href=\"tel:+358295160338\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160826\" rel=\"nofollow\">0295160826</a>",
              "target": [
                "a[href=\"tel:+358295160826\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161109\" rel=\"nofollow\">0295161109</a>",
              "target": [
                "a[href=\"tel:+358295161109\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160650\" rel=\"nofollow\">0295160650</a>",
              "target": [
                "a[href=\"tel:+358295160650\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160920\" rel=\"nofollow\">0295160920</a>",
              "target": [
                "a[href=\"tel:+358295160920\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160827\" rel=\"nofollow\">0295160827</a>",
              "target": [
                "a[href=\"tel:+358295160827\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295351207\" rel=\"nofollow\">0295351207</a>",
              "target": [
                "a[href=\"tel:+358295351207\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160210\" rel=\"nofollow\">0295160210</a>",
              "target": [
                "a[href=\"tel:+358295160210\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160798\" rel=\"nofollow\">0295160798</a>",
              "target": [
                "a[href=\"tel:+358295160798\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161093\" rel=\"nofollow\">0295161093</a>",
              "target": [
                "a[href=\"tel:+358295161093\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160617\" rel=\"nofollow\">0295160617</a>",
              "target": [
                "a[href=\"tel:+358295160617\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160707\" rel=\"nofollow\">0295160707</a>",
              "target": [
                "a[href=\"tel:+358295160707\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160635\" rel=\"nofollow\">0295160635</a>",
              "target": [
                "a[href=\"tel:+358295160635\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160336\" rel=\"nofollow\">0295160336</a>",
              "target": [
                "a[href=\"tel:+358295160336\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160143\" rel=\"nofollow\">0295160143</a>",
              "target": [
                "a[href=\"tel:+358295160143\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160994\" rel=\"nofollow\">0295160994</a>",
              "target": [
                "a[href=\"tel:+358295160994\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160432\" rel=\"nofollow\">0295160432</a>",
              "target": [
                "a[href=\"tel:+358295160432\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160326\" rel=\"nofollow\">0295160326</a>",
              "target": [
                "a[href=\"tel:+358295160326\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160982\" rel=\"nofollow\">0295160982</a>",
              "target": [
                "a[href=\"tel:+358295160982\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160521\" rel=\"nofollow\">0295160521</a>",
              "target": [
                "a[href=\"tel:+358295160521\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160747\" rel=\"nofollow\">0295160747</a>",
              "target": [
                "a[href=\"tel:+358295160747\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160447\" rel=\"nofollow\">0295160447</a>",
              "target": [
                "a[href=\"tel:+358295160447\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160891\" rel=\"nofollow\">0295160891</a>",
              "target": [
                "a[href=\"tel:+358295160891\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160274\" rel=\"nofollow\">0295160274</a>",
              "target": [
                "a[href=\"tel:+358295160274\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160499\" rel=\"nofollow\">0295160499</a>",
              "target": [
                "a[href=\"tel:+358295160499\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160651\" rel=\"nofollow\">0295160651</a>",
              "target": [
                "a[href=\"tel:+358295160651\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160833\" rel=\"nofollow\">0295160833</a>",
              "target": [
                "a[href=\"tel:+358295160833\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160262\" rel=\"nofollow\">0295160262</a>",
              "target": [
                "a[href=\"tel:+358295160262\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160041\" rel=\"nofollow\">0295160041</a>",
              "target": [
                "a[href=\"tel:+358295160041\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160850\" rel=\"nofollow\">0295160850</a>",
              "target": [
                "a[href=\"tel:+358295160850\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160473\" rel=\"nofollow\">0295160473</a>",
              "target": [
                "a[href=\"tel:+358295160473\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160441\" rel=\"nofollow\">0295160441</a>",
              "target": [
                "a[href=\"tel:+358295160441\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160078\" rel=\"nofollow\">0295160078</a>",
              "target": [
                "a[href=\"tel:+358295160078\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160293\" rel=\"nofollow\">0295160293</a>",
              "target": [
                "a[href=\"tel:+358295160293\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160225\" rel=\"nofollow\">0295160225</a>",
              "target": [
                "a[href=\"tel:+358295160225\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160071\" rel=\"nofollow\">0295160071</a>",
              "target": [
                "a[href=\"tel:+358295160071\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160185\" rel=\"nofollow\">0295160185</a>",
              "target": [
                "a[href=\"tel:+358295160185\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160264\" rel=\"nofollow\">0295160264</a>",
              "target": [
                "a[href=\"tel:+358295160264\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160929\" rel=\"nofollow\">0295160929</a>",
              "target": [
                "a[href=\"tel:+358295160929\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160797\" rel=\"nofollow\">0295160797</a>",
              "target": [
                "a[href=\"tel:+358295160797\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160155\" rel=\"nofollow\">0295160155</a>",
              "target": [
                "a[href=\"tel:+358295160155\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160523\" rel=\"nofollow\">0295160523</a>",
              "target": [
                "a[href=\"tel:+358295160523\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160861\" rel=\"nofollow\">0295160861</a>",
              "target": [
                "a[href=\"tel:+358295160861\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160577\" rel=\"nofollow\">0295160577</a>",
              "target": [
                "a[href=\"tel:+358295160577\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160241\" rel=\"nofollow\">0295160241</a>",
              "target": [
                "a[href=\"tel:+358295160241\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160686\" rel=\"nofollow\">0295160686</a>",
              "target": [
                "a[href=\"tel:+358295160686\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160280\" rel=\"nofollow\">0295160280</a>",
              "target": [
                "a[href=\"tel:+358295160280\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161028\" rel=\"nofollow\">0295161028</a>",
              "target": [
                "a[href=\"tel:+358295161028\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160107\" rel=\"nofollow\">0295160107</a>",
              "target": [
                "a[href=\"tel:+358295160107\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160837\" rel=\"nofollow\">0295160837</a>",
              "target": [
                "a[href=\"tel:+358295160837\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160150\" rel=\"nofollow\">0295160150</a>",
              "target": [
                "a[href=\"tel:+358295160150\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160721\" rel=\"nofollow\">0295160721</a>",
              "target": [
                "a[href=\"tel:+358295160721\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160376\" rel=\"nofollow\">0295160376</a>",
              "target": [
                "a[href=\"tel:+358295160376\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160816\" rel=\"nofollow\">0295160816</a>",
              "target": [
                "a[href=\"tel:+358295160816\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160884\" rel=\"nofollow\">0295160884</a>",
              "target": [
                "a[href=\"tel:+358295160884\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160941\" rel=\"nofollow\">0295160941</a>",
              "target": [
                "a[href=\"tel:+358295160941\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160427\" rel=\"nofollow\">0295160427</a>",
              "target": [
                "a[href=\"tel:+358295160427\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160328\" rel=\"nofollow\">0295160328</a>",
              "target": [
                "a[href=\"tel:+358295160328\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160295\" rel=\"nofollow\">0295160295</a>",
              "target": [
                "a[href=\"tel:+358295160295\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161058\" rel=\"nofollow\">0295161058</a>",
              "target": [
                "a[href=\"tel:+358295161058\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160355\" rel=\"nofollow\">0295160355</a>",
              "target": [
                "a[href=\"tel:+358295160355\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160462\" rel=\"nofollow\">0295160462</a>",
              "target": [
                "a[href=\"tel:+358295160462\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160832\" rel=\"nofollow\">0295160832</a>",
              "target": [
                "a[href=\"tel:+358295160832\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160834\" rel=\"nofollow\">0295160834</a>",
              "target": [
                "a[href=\"tel:+358295160834\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160291\" rel=\"nofollow\">0295160291</a>",
              "target": [
                "a[href=\"tel:+358295160291\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160815\" rel=\"nofollow\">0295160815</a>",
              "target": [
                "a[href=\"tel:+358295160815\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160479\" rel=\"nofollow\">0295160479</a>",
              "target": [
                "a[href=\"tel:+358295160479\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160687\" rel=\"nofollow\">0295160687</a>",
              "target": [
                "a[href=\"tel:+358295160687\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160397\" rel=\"nofollow\">0295160397</a>",
              "target": [
                "a[href=\"tel:+358295160397\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160858\" rel=\"nofollow\">0295160858</a>",
              "target": [
                "a[href=\"tel:+358295160858\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160243\" rel=\"nofollow\">0295160243</a>",
              "target": [
                "a[href=\"tel:+358295160243\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161125\" rel=\"nofollow\">0295161125</a>",
              "target": [
                "a[href=\"tel:+358295161125\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160830\" rel=\"nofollow\">0295160830</a>",
              "target": [
                "a[href=\"tel:+358295160830\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160133\" rel=\"nofollow\">0295160133</a>",
              "target": [
                "a[href=\"tel:+358295160133\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160067\" rel=\"nofollow\">0295160067</a>",
              "target": [
                "a[href=\"tel:+358295160067\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160404\" rel=\"nofollow\">0295160404</a>",
              "target": [
                "a[href=\"tel:+358295160404\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160543\" rel=\"nofollow\">0295160543</a>",
              "target": [
                "a[href=\"tel:+358295160543\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160808\" rel=\"nofollow\">0295160808</a>",
              "target": [
                "a[href=\"tel:+358295160808\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160346\" rel=\"nofollow\">0295160346</a>",
              "target": [
                "a[href=\"tel:+358295160346\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160368\" rel=\"nofollow\">0295160368</a>",
              "target": [
                "a[href=\"tel:+358295160368\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160641\" rel=\"nofollow\">0295160641</a>",
              "target": [
                "a[href=\"tel:+358295160641\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160508\" rel=\"nofollow\">0295160508</a>",
              "target": [
                "a[href=\"tel:+358295160508\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160775\" rel=\"nofollow\">0295160775</a>",
              "target": [
                "a[href=\"tel:+358295160775\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160871\" rel=\"nofollow\">0295160871</a>",
              "target": [
                "a[href=\"tel:+358295160871\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160619\" rel=\"nofollow\">0295160619</a>",
              "target": [
                "a[href=\"tel:+358295160619\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160988\" rel=\"nofollow\">0295160988</a>",
              "target": [
                "a[href=\"tel:+358295160988\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160436\" rel=\"nofollow\">0295160436</a>",
              "target": [
                "a[href=\"tel:+358295160436\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160417\" rel=\"nofollow\">0295160417</a>",
              "target": [
                "a[href=\"tel:+358295160417\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160112\" rel=\"nofollow\">0295160112</a>",
              "target": [
                "a[href=\"tel:+358295160112\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160385\" rel=\"nofollow\">0295160385</a>",
              "target": [
                "a[href=\"tel:+358295160385\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160485\" rel=\"nofollow\">0295160485</a>",
              "target": [
                "a[href=\"tel:+358295160485\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160674\" rel=\"nofollow\">0295160674</a>",
              "target": [
                "a[href=\"tel:+358295160674\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160357\" rel=\"nofollow\">0295160357</a>",
              "target": [
                "a[href=\"tel:+358295160357\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160118\" rel=\"nofollow\">0295160118</a>",
              "target": [
                "a[href=\"tel:+358295160118\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160557\" rel=\"nofollow\">0295160557</a>",
              "target": [
                "a[href=\"tel:+358295160557\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160908\" rel=\"nofollow\">0295160908</a>",
              "target": [
                "a[href=\"tel:+358295160908\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160137\" rel=\"nofollow\">0295160137</a>",
              "target": [
                "a[href=\"tel:+358295160137\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161150\" rel=\"nofollow\">0295161150</a>",
              "target": [
                "a[href=\"tel:+358295161150\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160690\" rel=\"nofollow\">0295160690</a>",
              "target": [
                "a[href=\"tel:+358295160690\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160502\" rel=\"nofollow\">0295160502</a>",
              "target": [
                "a[href=\"tel:+358295160502\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160157\" rel=\"nofollow\">0295160157</a>",
              "target": [
                "a[href=\"tel:+358295160157\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160825\" rel=\"nofollow\">0295160825</a>",
              "target": [
                "a[href=\"tel:+358295160825\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160899\" rel=\"nofollow\">0295160899</a>",
              "target": [
                "a[href=\"tel:+358295160899\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160691\" rel=\"nofollow\">0295160691</a>",
              "target": [
                "a[href=\"tel:+358295160691\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160252\" rel=\"nofollow\">0295160252</a>",
              "target": [
                "a[href=\"tel:+358295160252\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160656\" rel=\"nofollow\">0295160656</a>",
              "target": [
                "a[href=\"tel:+358295160656\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160113\" rel=\"nofollow\">0295160113</a>",
              "target": [
                "a[href=\"tel:+358295160113\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160132\" rel=\"nofollow\">0295160132</a>",
              "target": [
                "a[href=\"tel:+358295160132\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160496\" rel=\"nofollow\">0295160496</a>",
              "target": [
                "a[href=\"tel:+358295160496\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160654\" rel=\"nofollow\">0295160654</a>",
              "target": [
                "a[href=\"tel:+358295160654\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160672\" rel=\"nofollow\">0295160672</a>",
              "target": [
                "a[href=\"tel:+358295160672\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160315\" rel=\"nofollow\">0295160315</a>",
              "target": [
                "a[href=\"tel:+358295160315\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160099\" rel=\"nofollow\">0295160099</a>",
              "target": [
                "a[href=\"tel:+358295160099\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160657\" rel=\"nofollow\">0295160657</a>",
              "target": [
                "a[href=\"tel:+358295160657\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160544\" rel=\"nofollow\">0295160544</a>",
              "target": [
                "a[href=\"tel:+358295160544\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160483\" rel=\"nofollow\">0295160483</a>",
              "target": [
                "a[href=\"tel:+358295160483\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160931\" rel=\"nofollow\">0295160931</a>",
              "target": [
                "a[href=\"tel:+358295160931\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160692\" rel=\"nofollow\">0295160692</a>",
              "target": [
                "a[href=\"tel:+358295160692\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160211\" rel=\"nofollow\">0295160211</a>",
              "target": [
                "a[href=\"tel:+358295160211\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160108\" rel=\"nofollow\">0295160108</a>",
              "target": [
                "a[href=\"tel:+358295160108\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160414\" rel=\"nofollow\">0295160414</a>",
              "target": [
                "a[href=\"tel:+358295160414\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160746\" rel=\"nofollow\">0295160746</a>",
              "target": [
                "a[href=\"tel:+358295160746\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160917\" rel=\"nofollow\">0295160917</a>",
              "target": [
                "a[href=\"tel:+358295160917\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160743\" rel=\"nofollow\">0295160743</a>",
              "target": [
                "a[href=\"tel:+358295160743\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160879\" rel=\"nofollow\">0295160879</a>",
              "target": [
                "a[href=\"tel:+358295160879\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160063\" rel=\"nofollow\">0295160063</a>",
              "target": [
                "a[href=\"tel:+358295160063\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160878\" rel=\"nofollow\">0295160878</a>",
              "target": [
                "a[href=\"tel:+358295160878\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160540\" rel=\"nofollow\">0295160540</a>",
              "target": [
                "a[href=\"tel:+358295160540\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160876\" rel=\"nofollow\">0295160876</a>",
              "target": [
                "a[href=\"tel:+358295160876\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160658\" rel=\"nofollow\">0295160658</a>",
              "target": [
                "a[href=\"tel:+358295160658\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160769\" rel=\"nofollow\">0295160769</a>",
              "target": [
                "a[href=\"tel:+358295160769\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160779\" rel=\"nofollow\">0295160779</a>",
              "target": [
                "a[href=\"tel:+358295160779\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160307\" rel=\"nofollow\">0295160307</a>",
              "target": [
                "a[href=\"tel:+358295160307\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160794\" rel=\"nofollow\">0295160794</a>",
              "target": [
                "a[href=\"tel:+358295160794\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160525\" rel=\"nofollow\">0295160525</a>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"] > a[href=\"tel:+358295160525\"][rel=\"nofollow\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160630\" rel=\"nofollow\">0295160630</a>",
              "target": [
                "a[href=\"tel:+358295160630\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160582\" rel=\"nofollow\">0295160582</a>",
              "target": [
                "a[href=\"tel:+358295160582\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160952\" rel=\"nofollow\">0295160952</a>",
              "target": [
                "a[href=\"tel:+358295160952\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160275\" rel=\"nofollow\">0295160275</a>",
              "target": [
                "a[href=\"tel:+358295160275\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160153\" rel=\"nofollow\">0295160153</a>",
              "target": [
                "a[href=\"tel:+358295160153\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160515\" rel=\"nofollow\">0295160515</a>",
              "target": [
                "a[href=\"tel:+358295160515\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160516\" rel=\"nofollow\">0295160516</a>",
              "target": [
                "a[href=\"tel:+358295160516\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160489\" rel=\"nofollow\">0295160489</a>",
              "target": [
                "a[href=\"tel:+358295160489\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160838\" rel=\"nofollow\">0295160838</a>",
              "target": [
                "a[href=\"tel:+358295160838\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160299\" rel=\"nofollow\">0295160299</a>",
              "target": [
                "a[href=\"tel:+358295160299\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160859\" rel=\"nofollow\">0295160859</a>",
              "target": [
                "a[href=\"tel:+358295160859\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160268\" rel=\"nofollow\">0295160268</a>",
              "target": [
                "a[href=\"tel:+358295160268\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160114\" rel=\"nofollow\">0295160114</a>",
              "target": [
                "a[href=\"tel:+358295160114\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160253\" rel=\"nofollow\">0295160253</a>",
              "target": [
                "a[href=\"tel:+358295160253\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160840\" rel=\"nofollow\">0295160840</a>",
              "target": [
                "a[href=\"tel:+358295160840\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160959\" rel=\"nofollow\">0295160959</a>",
              "target": [
                "a[href=\"tel:+358295160959\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160860\" rel=\"nofollow\">0295160860</a>",
              "target": [
                "a[href=\"tel:+358295160860\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160881\" rel=\"nofollow\">0295160881</a>",
              "target": [
                "a[href=\"tel:+358295160881\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160231\" rel=\"nofollow\">0295160231</a>",
              "target": [
                "a[href=\"tel:+358295160231\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160168\" rel=\"nofollow\">0295160168</a>",
              "target": [
                "a[href=\"tel:+358295160168\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161070\" rel=\"nofollow\">0295161070</a>",
              "target": [
                "a[href=\"tel:+358295161070\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160283\" rel=\"nofollow\">0295160283</a>",
              "target": [
                "a[href=\"tel:+358295160283\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160627\" rel=\"nofollow\">0295160627</a>",
              "target": [
                "a[href=\"tel:+358295160627\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160620\" rel=\"nofollow\">0295160620</a>",
              "target": [
                "a[href=\"tel:+358295160620\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160221\" rel=\"nofollow\">0295160221</a>",
              "target": [
                "a[href=\"tel:+358295160221\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160064\" rel=\"nofollow\">0295160064</a>",
              "target": [
                "a[href=\"tel:+358295160064\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160481\" rel=\"nofollow\">0295160481</a>",
              "target": [
                "a[href=\"tel:+358295160481\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161092\" rel=\"nofollow\">0295161092</a>",
              "target": [
                "a[href=\"tel:+358295161092\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160903\" rel=\"nofollow\">0295160903</a>",
              "target": [
                "a[href=\"tel:+358295160903\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161173\" rel=\"nofollow\">0295161173</a>",
              "target": [
                "a[href=\"tel:+358295161173\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160238\" rel=\"nofollow\">0295160238</a>",
              "target": [
                "a[href=\"tel:+358295160238\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160880\" rel=\"nofollow\">0295160880</a>",
              "target": [
                "a[href=\"tel:+358295160880\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160484\" rel=\"nofollow\">0295160484</a>",
              "target": [
                "a[href=\"tel:+358295160484\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160765\" rel=\"nofollow\">0295160765</a>",
              "target": [
                "a[href=\"tel:+358295160765\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160839\" rel=\"nofollow\">0295160839</a>",
              "target": [
                "a[href=\"tel:+358295160839\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160227\" rel=\"nofollow\">0295160227</a>",
              "target": [
                "a[href=\"tel:+358295160227\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160065\" rel=\"nofollow\">0295160065</a>",
              "target": [
                "a[href=\"tel:+358295160065\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160504\" rel=\"nofollow\">0295160504</a>",
              "target": [
                "a[href=\"tel:+358295160504\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160503\" rel=\"nofollow\">0295160503</a>",
              "target": [
                "a[href=\"tel:+358295160503\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160512\" rel=\"nofollow\">0295160512</a>",
              "target": [
                "a[href=\"tel:+358295160512\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160664\" rel=\"nofollow\">0295160664</a>",
              "target": [
                "a[href=\"tel:+358295160664\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161063\" rel=\"nofollow\">0295161063</a>",
              "target": [
                "a[href=\"tel:+358295161063\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160669\" rel=\"nofollow\">0295160669</a>",
              "target": [
                "a[href=\"tel:+358295160669\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160933\" rel=\"nofollow\">0295160933</a>",
              "target": [
                "a[href=\"tel:+358295160933\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160845\" rel=\"nofollow\">0295160845</a>",
              "target": [
                "a[href=\"tel:+358295160845\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160506\" rel=\"nofollow\">0295160506</a>",
              "target": [
                "a[href=\"tel:+358295160506\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160564\" rel=\"nofollow\">0295160564</a>",
              "target": [
                "a[href=\"tel:+358295160564\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160204\" rel=\"nofollow\">0295160204</a>",
              "target": [
                "a[href=\"tel:+358295160204\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160249\" rel=\"nofollow\">0295160249</a>",
              "target": [
                "a[href=\"tel:+358295160249\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160474\" rel=\"nofollow\">0295160474</a>",
              "target": [
                "a[href=\"tel:+358295160474\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160248\" rel=\"nofollow\">0295160248</a>",
              "target": [
                "a[href=\"tel:+358295160248\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160805\" rel=\"nofollow\">0295160805</a>",
              "target": [
                "a[href=\"tel:+358295160805\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160344\" rel=\"nofollow\">0295160344</a>",
              "target": [
                "a[href=\"tel:+358295160344\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160854\" rel=\"nofollow\">0295160854</a>",
              "target": [
                "a[href=\"tel:+358295160854\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160568\" rel=\"nofollow\">0295160568</a>",
              "target": [
                "a[href=\"tel:+358295160568\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160215\" rel=\"nofollow\">0295160215</a>",
              "target": [
                "a[href=\"tel:+358295160215\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161220\" rel=\"nofollow\">0295161220</a>",
              "target": [
                "a[href=\"tel:+358295161220\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160727\" rel=\"nofollow\">0295160727</a>",
              "target": [
                "a[href=\"tel:+358295160727\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161240\" rel=\"nofollow\">0295161240</a>",
              "target": [
                "a[href=\"tel:+358295161240\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160705\" rel=\"nofollow\">0295160705</a>",
              "target": [
                "a[href=\"tel:+358295160705\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160751\" rel=\"nofollow\">0295160751</a>",
              "target": [
                "a[href=\"tel:+358295160751\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160748\" rel=\"nofollow\">0295160748</a>",
              "target": [
                "a[href=\"tel:+358295160748\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295530333\" rel=\"nofollow\">0295530333</a>",
              "target": [
                "a[href=\"tel:+358295530333\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160610\" rel=\"nofollow\">0295160610</a>",
              "target": [
                "a[href=\"tel:+358295160610\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160616\" rel=\"nofollow\">0295160616</a>",
              "target": [
                "a[href=\"tel:+358295160616\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295163541\" rel=\"nofollow\">0295163541</a>",
              "target": [
                "a[href=\"tel:+358295163541\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160087\" rel=\"nofollow\">0295160087</a>",
              "target": [
                "a[href=\"tel:+358295160087\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295162359\" rel=\"nofollow\">0295162359</a>",
              "target": [
                "a[href=\"tel:+358295162359\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160836\" rel=\"nofollow\">0295160836</a>",
              "target": [
                "a[href=\"tel:+358295160836\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160534\" rel=\"nofollow\">0295160534</a>",
              "target": [
                "a[href=\"tel:+358295160534\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160574\" rel=\"nofollow\">0295160574</a>",
              "target": [
                "a[href=\"tel:+358295160574\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160289\" rel=\"nofollow\">0295160289</a>",
              "target": [
                "a[href=\"tel:+358295160289\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160459\" rel=\"nofollow\">0295160459</a>",
              "target": [
                "a[href=\"tel:+358295160459\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160755\" rel=\"nofollow\">0295160755</a>",
              "target": [
                "a[href=\"tel:+358295160755\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160117\" rel=\"nofollow\">0295160117</a>",
              "target": [
                "a[href=\"tel:+358295160117\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160126\" rel=\"nofollow\">0295160126</a>",
              "target": [
                "a[href=\"tel:+358295160126\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160443\" rel=\"nofollow\">0295160443</a>",
              "target": [
                "a[href=\"tel:+358295160443\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160334\" rel=\"nofollow\">0295160334</a>",
              "target": [
                "a[href=\"tel:+358295160334\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295161101\" rel=\"nofollow\">0295161101</a>",
              "target": [
                "a[href=\"tel:+358295161101\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160578\" rel=\"nofollow\">0295160578</a>",
              "target": [
                "a[href=\"tel:+358295160578\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160230\" rel=\"nofollow\">0295160230</a>",
              "target": [
                "a[href=\"tel:+358295160230\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160665\" rel=\"nofollow\">0295160665</a>",
              "target": [
                "a[href=\"tel:+358295160665\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160152\" rel=\"nofollow\">0295160152</a>",
              "target": [
                "a[href=\"tel:+358295160152\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"tel:+358295160464\" rel=\"nofollow\">0295160464</a>",
              "target": [
                "a[href=\"tel:+358295160464\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://x.com/valtioneuvosto\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet x</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"x\"></span> </a>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://instagram.com/finnishgovernment\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet instagram</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"instagram\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/@ValtioneuvostoStatsradet\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet youtube</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"youtube\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://facebook.com/valtioneuvosto\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet facebook</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"facebook\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4)"
              ]
            }
          ]
        },
        {
          "id": "list",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure that lists are structured correctly",
          "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"layouts level-1\">",
              "target": [
                ".level-1.layouts"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"layouts level-2\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"layouts level-3\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"breadcrumb breadcrumb-horizontal yjanav-breadcrumb\">",
              "target": [
                ".breadcrumb"
              ]
            }
          ]
        },
        {
          "id": "listitem",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure <li> elements are used semantically",
          "help": "<li> elements must be contained in a <ul> or <ol>",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beslut\">Beslut</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild selected\">",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild selected\">",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open selected\"><a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation\" aria-current=\"true\">Statsrådets kanslis ledning och organisation</a></li>",
              "target": [
                ".level-3.layouts > .selected.lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beloningar-och-utmarkelser\">Belöningar och utmärkelser</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/statsradets-kansli-som-arbetsplats\">Statsrådets kansli som arbetsplats</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/visselblasarskydd\">Visselblåsarskydd</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/handlingars-offentlighet\">Handlingars offentlighet</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/projekt\">Lagberedning och utveckling</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/kontaktinformation\">Kontaktinformation</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv/statsradets-kansli\"> Statsrådets kansli </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation\"> Statsrådets kanslis ledning och organisation </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">Statsrådets förvaltningsenhet</li>",
              "target": [
                ".active"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta content=\"initial-scale=1.0, width=device-width\" name=\"viewport\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta content=\"initial-scale=1.0, width=device-width\" name=\"viewport\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=sv_SE&amp;t=1776094026000\n\" alt=\"Statsrådet\">",
              "target": [
                "img[alt=\"Statsrådet\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn-primary search-btn\" type=\"submit\" onclick=\"YjaSearcher.submitSearchForm('#siteSearchField-0'); return false;\"><img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\"></button>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .search-btn.btn-primary[type=\"submit\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .search-btn.btn-primary[type=\"submit\"] > img[alt=\"Sök\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådets kansli</span></button>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Kansliet betjänar statsrådet</span></button>",
              "target": [
                ".level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ekonomi</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Finlands EU-politik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(3) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(4) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(5) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(6) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(7) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(8) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(9) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(10) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(11) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(12) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(13) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(14) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(15) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(16) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(17) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(18) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(21) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(22) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(23) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(24) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(25) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(26) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(27) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(30) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(31) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(34) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(37) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(38) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(39) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(40) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(41) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(42) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(43) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(46) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(47) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(48) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(49) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(50) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(51) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(52) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(53) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(56) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(57) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(58) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(59) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(60) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(61) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(62) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(65) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(66) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(67) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(68) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(69) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(70) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(71) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(72) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(73) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(74) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(75) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(76) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(77) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(78) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(79) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(80) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(81) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(82) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(83) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(84) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(85) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(86) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(87) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(88) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(89) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(90) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(91) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(92) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(93) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(94) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(95) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(96) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(97) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(98) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(99) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(100) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(101) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(102) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(103) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(104) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(105) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(106) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(107) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(108) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(109) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(112) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(113) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(114) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(115) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(116) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(117) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(118) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(121) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(122) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(123) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(124) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(125) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(126) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(127) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(128) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(129) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(130) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(131) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(132) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(133) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(134) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(135) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(136) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(137) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(140) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(141) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(142) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(143) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(144) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(145) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(146) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(147) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(148) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(149) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(150) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(151) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(152) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(153) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(154) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(155) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(156) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(157) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(158) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(159) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(160) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(161) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(162) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(163) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(164) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(165) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(166) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(167) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(168) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(169) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(170) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(171) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(172) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(173) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(174) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(175) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(176) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(177) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(178) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(179) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(180) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(181) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(182) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(183) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(184) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(185) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(186) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(187) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(188) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(189) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(190) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(191) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(192) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(193) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(194) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(195) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(196) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(197) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(198) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(199) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(200) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(201) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(202) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(203) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(204) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(205) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(206) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(207) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(210) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(211) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(212) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(213) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(214) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(215) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(216) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(217) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(218) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(219) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(220) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(221) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(222) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(223) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(224) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(225) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(226) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(227) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(228) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(229) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(230) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(231) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(232) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(233) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(234) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(235) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(236) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(237) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(240) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(241) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(242) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(243) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(244) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(245) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(246) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(247) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(248) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(249) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(250) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(251) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(252) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(253) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(254) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(255) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(256) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(257) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(258) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(259) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(260) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(261) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(264) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(265) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(266) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(267) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(268) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(269) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(270) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(271) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(272) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(273) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(274) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(275) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(276) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(277) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(278) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(279) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(280) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(281) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(284) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(285) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(286) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(287) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(288) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(289) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(292) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(293) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(294) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(295) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(296) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(297) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(298) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(299) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(300) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(301) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(302) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(303) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(304) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(305) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(306) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(307) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(308) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(309) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(310) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(311) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(312) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(313) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(314) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(315) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(316) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(317) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(318) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(319) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(320) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(321) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(322) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(323) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(324) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(325) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(326) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(327) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(328) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(329) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(330) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(333) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(334) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(335) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(336) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(337) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(338) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(339) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(340) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(341) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(342) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(343) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(344) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(345) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(346) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(347) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(348) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(349) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(350) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(351) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(352) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(353) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(354) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(357) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(358) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(359) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(360) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(361) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(362) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(363) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(364) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(365) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(366) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(367) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(368) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(369) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(370) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(371) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(372) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(373) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(374) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(375) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(376) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(377) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(378) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(379) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(380) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(381) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(382) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(383) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(384) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(385) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(386) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(387) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(388) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(389) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(390) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(391) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(392) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(393) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(394) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(395) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(396) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(397) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(398) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(401) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(402) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(403) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(404) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(405) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(406) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(407) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(408) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(409) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(410) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(411) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(412) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(413) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(414) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(415) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(416) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(417) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(418) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(419) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(420) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(421) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(422) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(423) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(424) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(425) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(426) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(429) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(430) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(433) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(434) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(435) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(436) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(437) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(438) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(439) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(440) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(441) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(442) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(443) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(444) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(445) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(446) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(447) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(448) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(449) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(450) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(451) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(452) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(453) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(454) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(455) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(456) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(457) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(458) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(459) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(460) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(461) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(462) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(463) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(464) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(465) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(466) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(467) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(468) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(469) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(470) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(471) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(472) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(473) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(476) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(477) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(478) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(479) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(482) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(485) > hr"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<h1 class=\"hed-section portlet-title portlet-title-text\">Kontaktuppgifter till statsrådets förvaltningsenhet</h1>",
                      "target": [
                        ".hed-section"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html class=\"ltr yui3-js-enabled js win Unknown\" dir=\"ltr\" lang=\"sv-SE\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#content-main\" id=\"skip-to-content\">Hoppa till innehåll</a>",
              "target": [
                "#skip-to-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section> \n  </section>",
              "target": [
                "body > section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"banner\" class=\"container-fluid\" role=\"banner\">",
              "target": [
                "#banner"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"media_curtain\" style=\"background-image: url(\"https://valtioneuvosto.fi/documents/10197/13793247/VN-navigaatio-taustakuvio2.svg/08fc1f6d-8f30-5955-13b8-6d7cb8694711?version=1.0&t=1583229996000\");\">",
              "target": [
                "#media_curtain"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"media-bar\">",
              "target": [
                ".media-bar"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"remove-bottom\">",
              "target": [
                ".remove-bottom"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
              "target": [
                ".vn-home"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span>",
              "target": [
                ".sr-only-md"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-caret-down\"></i>",
              "target": [
                ".vn-home > .icon-caret-down"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"toggleLanSelectionViewWrapper\" id=\"languageSelectionWrapper\">",
              "target": [
                "#languageSelectionWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"toggleLanSelectionView\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"lan-selection-view\">",
              "target": [
                ".toggleLanSelectionView"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\"> Välj språk </span>",
              "target": [
                ".toggleLanSelectionView > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span role=\"presentation\" class=\"icon icon-caret-down\"></span>",
              "target": [
                ".icon-caret-down.icon[role=\"presentation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"js-media-link media-link right yja-external-link\" href=\"https://media.valtioneuvosto.fi\">Media <i class=\"icon-caret-right\"></i></a>",
              "target": [
                ".js-media-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-caret-right\"></i>",
              "target": [
                ".icon-caret-right"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container heading px-0\">",
              "target": [
                ".heading"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"d-flex row mx-0\">",
              "target": [
                ".mx-0"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-8 col-sm-12 px-0 heading-logo\">",
              "target": [
                ".col-md-8"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"logo default-logo\" href=\"/sv\" title=\"Gå till Statsrådet\"> <img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=sv_SE&amp;t=1776094026000\n\" alt=\"Statsrådet\"> </a>",
              "target": [
                ".col-md-8 > .logo.default-logo[href=\"/sv\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"    https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/logos/tunnus-fi-sv-vaaka-sininen-l100-rgb.svg?browserId=other&amp;languageId=sv_SE&amp;t=1776094026000\n\" alt=\"Statsrådet\">",
              "target": [
                "img[alt=\"Statsrådet\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-4 col-sm-12 px-0 heading-search\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"header-search-wrapper d-flex justify-content-end\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<form class=\"top-search-form-static inline-form search-form\" action=\"            /sok?q=\" method=\"get\" name=\"_header_top_search_form\" onsubmit=\"YjaSearcher.submitSearchForm('#search-field');return false;\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"sr-only\" for=\"search-field\">Nyckelord</label>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > label"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"input-group\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"input-group-append\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"search\" id=\"siteSearchField-0\" class=\"search-field search-txt\" placeholder=\"Sök\" name=\"keywords\">",
              "target": [
                "#siteSearchField-0"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn-primary search-btn\" type=\"submit\" onclick=\"YjaSearcher.submitSearchForm('#siteSearchField-0'); return false;\"><img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\"></button>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .search-btn.btn-primary[type=\"submit\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://valtioneuvosto.fi/o/yja-valtioneuvosto-theme/images/icons/google-material-icon-search-w400-s24-white.svg\" alt=\"Sök\">",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(1) > .search-btn.btn-primary[type=\"submit\"] > img[alt=\"Sök\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"input-group-append\"> \n          <a href=\"/sv/kontaktinformation\" class=\"additional-link\">Kontaktinformation</a> \n         </div>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/sv/kontaktinformation\" class=\"additional-link\">Kontaktinformation</a>",
              "target": [
                ".col-sm-12.heading-search.col-md-4 > .header-search-wrapper.d-flex.justify-content-end > .top-search-form-static.inline-form.search-form > .input-group > .input-group-append:nth-child(2) > .additional-link[href$=\"kontaktinformation\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main id=\"wrapper\">",
              "target": [
                "#wrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section id=\"content\">",
              "target": [
                "#content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"subpage container px-0\" id=\"main-content\" role=\"main\">",
              "target": [
                "#main-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"row\">",
              "target": [
                "#main-content > .row"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-3\">",
              "target": [
                ".col-md-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-12\" id=\"column-0\">",
              "target": [
                "#column-0"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-dropzone portlet-column-content\" id=\"layout-column_column-0\">",
              "target": [
                "#layout-column_column-0"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary por...\" id=\"p_p_id_com_liferay_s...\">",
              "target": [
                "#p_p_id_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_c8CApOOKjNMX_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_c8CApOOKjNMX\"></span>",
              "target": [
                "#p_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_c8CApOOKjNMX"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_c8CApOOKjNMX\">",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_c8CApOOKjNMX"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_c8CApOOKjNMX\" name=\"aineisto-com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_c8CApOOKjNMX\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_c8CApOOKjNMX"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_c8CApOOKjNMX > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \"> \n             <div class=\"autofit-col autofit-col-end\"> \n              <div class=\"autofit-section\"> \n              </div> \n             </div> \n            </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_c8CApOOKjNMX > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n              <div class=\"autofit-section\"> \n              </div> \n             </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_c8CApOOKjNMX > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n              </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_c8CApOOKjNMX > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_c8CApOOKjNMX > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_c8CApOOKjNMX > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Undermeny\">",
              "target": [
                "nav[aria-label=\"Undermeny\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"list-menu\">",
              "target": [
                ".list-menu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"layouts level-1\">",
              "target": [
                ".level-1.layouts"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/aktuellt\">Aktuellt</a><button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button></span>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/aktuellt\">Aktuellt</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Aktuellt</span></button>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Aktuellt</span>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar\">Orpos regering</a><button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button></span>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/regeringar\">Orpos regering</a>",
              "target": [
                ".level-1.layouts > .hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Orpos regering</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Orpos regering</span>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(2) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beslut\">Beslut</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beslut\">Beslut</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(3) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild selected\">",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a><button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button></span>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info-om-statsradet\" aria-current=\"true\">Statsrådet</a>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådet</span></button>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Stäng undermenyn, Statsrådet</span>",
              "target": [
                ".level-1.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"layouts level-2\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/info/sa-har-arbetar-statsradet\">Så här arbetar statsrådet</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Så här arbetar statsrådet</span>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild selected\">",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\">",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli\" aria-current=\"true\">Statsrådets kansli</a>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .lfr-nav-item.open[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"true\" class=\"toggleVisibility icon-chevron-down\"><span class=\"sr-only\">Stäng undermenyn, Statsrådets kansli</span></button>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Stäng undermenyn, Statsrådets kansli</span>",
              "target": [
                ".level-2.layouts > .selected.hasChild.lfr-nav-item > .buttonWrapper > .icon-chevron-down.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"layouts level-3\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\">",
              "target": [
                ".level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/kansliet-betjanar-statsradet\">Kansliet betjänar statsrådet</a>",
              "target": [
                ".level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Kansliet betjänar statsrådet</span></button>",
              "target": [
                ".level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Kansliet betjänar statsrådet</span>",
              "target": [
                ".level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(1) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open selected\"><a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation\" aria-current=\"true\">Statsrådets kanslis ledning och organisation</a></li>",
              "target": [
                ".level-3.layouts > .selected.lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open selected\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation\" aria-current=\"true\">Statsrådets kanslis ledning och organisation</a>",
              "target": [
                ".selected.lfr-nav-item[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ekonomi\">Ekonomi</a><button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ekonomi</span></button></span>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ekonomi\">Ekonomi</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ekonomi</span></button>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Ekonomi</span>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beloningar-och-utmarkelser\">Belöningar och utmärkelser</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/beloningar-och-utmarkelser\">Belöningar och utmärkelser</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(4) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/statsradets-kansli-som-arbetsplats\">Statsrådets kansli som arbetsplats</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/statsradets-kansli-som-arbetsplats\">Statsrådets kansli som arbetsplats</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/visselblasarskydd\">Visselblåsarskydd</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/visselblasarskydd\">Visselblåsarskydd</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(6) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/handlingars-offentlighet\">Handlingars offentlighet</a></li>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/handlingars-offentlighet\">Handlingars offentlighet</a>",
              "target": [
                ".selected.hasChild.lfr-nav-item > .level-3.layouts > .lfr-nav-item.open:nth-child(7) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/ministerierna\">Ministerierna</a><button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button></span>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/ministerierna\">Ministerierna</a>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Ministerierna</span></button>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Ministerierna</span>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(3) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik\">Finlands EU-politik</a><button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Finlands EU-politik</span></button></span>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/finlands-eu-politik\">Finlands EU-politik</a>",
              "target": [
                ".level-2.layouts > .hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Finlands EU-politik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Finlands EU-politik</span>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(4) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/statens-agarstyrning\">Statens ägarstyrning och ägarpolitik</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Statens ägarstyrning och ägarpolitik</span>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(5) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/historia-och-byggnader\">Historia och byggnader</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Historia och byggnader</span>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(6) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/projekt\">Lagberedning och utveckling</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/projekt\">Lagberedning och utveckling</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(5) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open\"><a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/kontaktinformation\">Kontaktinformation</a></li>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/kontaktinformation\">Kontaktinformation</a>",
              "target": [
                ".level-1.layouts > .lfr-nav-item.open:nth-child(6) > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"lfr-nav-item open hasChild\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"buttonWrapper\">",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"lfr-nav-item open\" href=\"https://valtioneuvosto.fi/sv/om-webbplatsen\">Information om webbplatsen</a>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .lfr-nav-item.open"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button aria-expanded=\"false\" class=\"toggleVisibility icon-chevron-right\"><span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span></button>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Öppna undermenyn, Information om webbplatsen</span>",
              "target": [
                ".hasChild.lfr-nav-item.open:nth-child(7) > .buttonWrapper > .icon-chevron-right.toggleVisibility > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-9\">",
              "target": [
                "#main-content > .row > .col-md-9"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"content-main\"></span>",
              "target": [
                "#content-main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row portlet-column-content\">",
              "target": [
                ".portlet-layout.portlet-column-content.row"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-md-12\">",
              "target": [
                ".portlet-layout.portlet-column-content.row > .col-md-12"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row\">",
              "target": [
                ".portlet-layout.row:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-12\" id=\"column-1\">",
              "target": [
                "#column-1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-dropzone portlet-column-content\" id=\"layout-column_column-1\">",
              "target": [
                "#layout-column_column-1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary por...\" id=\"p_p_id_com_liferay_s...\">",
              "target": [
                "#p_p_id_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR\"></span>",
              "target": [
                "#p_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR\">",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR\" name=\"aineisto-com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \"> \n                <div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                 </div> \n                </div> \n               </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                 </div> \n                </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n                 </div>",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav aria-label=\"Länkstig\" id=\"_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR_breadcrumbs-defaultScreen\">",
              "target": [
                "#_com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet_INSTANCE_40jjT0cEFseR_breadcrumbs-defaultScreen"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"breadcrumb breadcrumb-horizontal yjanav-breadcrumb\">",
              "target": [
                ".breadcrumb"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv\" aria-label=\"Statsrådet - Till ingångssidan\"> <span class=\"icon-home\" aria-hidden=\"true\"></span> </a>",
              "target": [
                "a[aria-label=\"Statsrådet - Till ingångssidan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv/statsradets-kansli\"> Statsrådets kansli </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/statsradets-kansli\"> Statsrådets kansli </a>",
              "target": [
                ".breadcrumb > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"\"><a href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation\"> Statsrådets kanslis ledning och organisation </a></li>",
              "target": [
                ".breadcrumb > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation\"> Statsrådets kanslis ledning och organisation </a>",
              "target": [
                ".breadcrumb > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"active\" aria-current=\"page\">Statsrådets förvaltningsenhet</li>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row\">",
              "target": [
                ".col-md-12 > .portlet-layout.row:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-12\" id=\"column-2\">",
              "target": [
                "#column-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-dropzone portlet-column-content\" id=\"layout-column_column-2\">",
              "target": [
                "#layout-column_column-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary portlet-boundary_fi_yja_contact_list_web_portlet_ContactListPortlet_  portlet-static portlet-static-end portlet-barebone contact-list-portlet vn-list\" id=\"p_p_id_fi_yja_contact_list_web_portlet_ContactListPortlet_\">",
              "target": [
                "#p_p_id_fi_yja_contact_list_web_portlet_ContactListPortlet_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_fi_yja_contact_list_web_portlet_ContactListPortlet\"></span>",
              "target": [
                "#p_fi_yja_contact_list_web_portlet_ContactListPortlet"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_fi_yja_contact_list_web_portlet_ContactListPortlet\">",
              "target": [
                "#portlet_fi_yja_contact_list_web_portlet_ContactListPortlet"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-Kontaktuppgiftertillstatsrdetsfrvaltningsenhet\" name=\"aineisto-Kontaktuppgiftertillstatsrdetsfrvaltningsenhet\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-Kontaktuppgiftertillstatsrdetsfrvaltningsenhet"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_fi_yja_contact_list_web_portlet_ContactListPortlet > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header  use-custom-title \">",
              "target": [
                ".use-custom-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-expand\"> \n                 <h1 class=\"hed-section portlet-title portlet-title-text\">Kontaktuppgifter till statsrådets förvaltningsenhet</h1> \n                </div>",
              "target": [
                ".autofit-col-expand"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"hed-section portlet-title portlet-title-text\">Kontaktuppgifter till statsrådets förvaltningsenhet</h1>",
              "target": [
                ".hed-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n                 <div class=\"autofit-section\"> \n                 </div> \n                </div>",
              "target": [
                ".use-custom-title > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n                 </div>",
              "target": [
                ".use-custom-title > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_fi_yja_contact_list_web_portlet_ContactListPortlet > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_fi_yja_contact_list_web_portlet_ContactListPortlet > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav>",
              "target": [
                "#portlet_fi_yja_contact_list_web_portlet_ContactListPortlet > .portlet-content > .portlet-content-container > .portlet-body > nav"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"A\" class=\"letter mt-5\">A</h2>",
              "target": [
                "#A"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "nav > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(3) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Patrik Aaltonen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Patrik Aaltonen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Patrik Aaltonen</span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161052\" rel=\"nofollow\">0295161052</a></span> </span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161052\" rel=\"nofollow\">0295161052</a></span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161052\" rel=\"nofollow\">0295161052</a>",
              "target": [
                "a[href=\"tel:+358295161052\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(3) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(3) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(4) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Heidi Aholainen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Heidi Aholainen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heidi Aholainen</span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160036\" rel=\"nofollow\">0295160036</a></span> </span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160036\" rel=\"nofollow\">0295160036</a></span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160036\" rel=\"nofollow\">0295160036</a>",
              "target": [
                "a[href=\"tel:+358295160036\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(4) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(4) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(5) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Virve Ahonen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Virve Ahonen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virve Ahonen</span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161180\" rel=\"nofollow\">0295161180</a></span> </span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161180\" rel=\"nofollow\">0295161180</a></span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161180\" rel=\"nofollow\">0295161180</a>",
              "target": [
                "a[href=\"tel:+358295161180\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(5) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(5) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(6) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jenna Ahtiainen</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jenna Ahtiainen</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jenna Ahtiainen</span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160373\" rel=\"nofollow\">0295160373</a></span> </span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160373\" rel=\"nofollow\">0295160373</a></span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160373\" rel=\"nofollow\">0295160373</a>",
              "target": [
                "a[href=\"tel:+358295160373\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(6) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(6) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(7) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kia Aksela</span>, <span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kia Aksela</span>, <span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kia Aksela</span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> Kehittämistoiminto </span> <span class=\"service-group\"> </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Kehittämistoiminto </span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160362\" rel=\"nofollow\">0295160362</a></span> </span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160362\" rel=\"nofollow\">0295160362</a></span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160362\" rel=\"nofollow\">0295160362</a>",
              "target": [
                "a[href=\"tel:+358295160362\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(7) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(7) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(8) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jenni Ala-Peijari</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jenni Ala-Peijari</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jenni Ala-Peijari</span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> Kehittämistoiminto </span> <span class=\"service-group\"> </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Kehittämistoiminto </span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160047\" rel=\"nofollow\">0295160047</a></span> </span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160047\" rel=\"nofollow\">0295160047</a></span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160047\" rel=\"nofollow\">0295160047</a>",
              "target": [
                "a[href=\"tel:+358295160047\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(8) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(8) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(9) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anni Ala-Piirto</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anni Ala-Piirto</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anni Ala-Piirto</span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160140\" rel=\"nofollow\">0295160140</a></span> </span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160140\" rel=\"nofollow\">0295160140</a></span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160140\" rel=\"nofollow\">0295160140</a>",
              "target": [
                "a[href=\"tel:+358295160140\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(9) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(9) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(10) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Marina Andersson</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Marina Andersson</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marina Andersson</span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160254\" rel=\"nofollow\">0295160254</a></span> </span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160254\" rel=\"nofollow\">0295160254</a></span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160254\" rel=\"nofollow\">0295160254</a>",
              "target": [
                "a[href=\"tel:+358295160254\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(10) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(10) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(11) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Pamela Andersson</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Pamela Andersson</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pamela Andersson</span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160257\" rel=\"nofollow\">0295160257</a></span> </span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160257\" rel=\"nofollow\">0295160257</a></span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160257\" rel=\"nofollow\">0295160257</a>",
              "target": [
                "a[href=\"tel:+358295160257\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(11) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(11) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(12)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(12) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Emmi Anttila</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Emmi Anttila</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Emmi Anttila</span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160322\" rel=\"nofollow\">0295160322</a></span> </span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160322\" rel=\"nofollow\">0295160322</a></span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160322\" rel=\"nofollow\">0295160322</a>",
              "target": [
                "a[href=\"tel:+358295160322\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(12) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(12) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(13)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(13) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Hannele Anttila</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Hannele Anttila</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Hannele Anttila</span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160678\" rel=\"nofollow\">0295160678</a></span> </span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160678\" rel=\"nofollow\">0295160678</a></span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160678\" rel=\"nofollow\">0295160678</a>",
              "target": [
                "a[href=\"tel:+358295160678\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(13) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(13) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(14)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(14) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Marjut Apilo-Olson</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Marjut Apilo-Olson</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marjut Apilo-Olson</span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160244\" rel=\"nofollow\">0295160244</a></span> </span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160244\" rel=\"nofollow\">0295160244</a></span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160244\" rel=\"nofollow\">0295160244</a>",
              "target": [
                "a[href=\"tel:+358295160244\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(14) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(14) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(15)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(15) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Katri Arokanto</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Katri Arokanto</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Katri Arokanto</span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160074\" rel=\"nofollow\">0295160074</a></span> </span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160074\" rel=\"nofollow\">0295160074</a></span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160074\" rel=\"nofollow\">0295160074</a>",
              "target": [
                "a[href=\"tel:+358295160074\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(15) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(15) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(16)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(16) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tuukka Asikainen</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tuukka Asikainen</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tuukka Asikainen</span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160728\" rel=\"nofollow\">0295160728</a></span> </span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160728\" rel=\"nofollow\">0295160728</a></span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160728\" rel=\"nofollow\">0295160728</a>",
              "target": [
                "a[href=\"tel:+358295160728\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(16) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(16) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(17)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(17) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jukka Aspholm</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jukka Aspholm</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jukka Aspholm</span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160882\" rel=\"nofollow\">0295160882</a></span> </span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160882\" rel=\"nofollow\">0295160882</a></span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160882\" rel=\"nofollow\">0295160882</a>",
              "target": [
                "a[href=\"tel:+358295160882\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(17) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(17) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(18)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(18) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Timo Astikainen</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Timo Astikainen</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Astikainen</span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160580\" rel=\"nofollow\">0295160580</a></span> </span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160580\" rel=\"nofollow\">0295160580</a></span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160580\" rel=\"nofollow\">0295160580</a>",
              "target": [
                "a[href=\"tel:+358295160580\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(18) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(18) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"B\" class=\"letter mt-5\">B</h2>",
              "target": [
                "#B"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(20)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(21)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(21) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Mervi Björkman</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Mervi Björkman</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mervi Björkman</span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160679\" rel=\"nofollow\">0295160679</a></span> </span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160679\" rel=\"nofollow\">0295160679</a></span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160679\" rel=\"nofollow\">0295160679</a>",
              "target": [
                "a[href=\"tel:+358295160679\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(21) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(21) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(22)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(22) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anna-Emilia Björn</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anna-Emilia Björn</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anna-Emilia Björn</span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160402\" rel=\"nofollow\">0295160402</a></span> </span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160402\" rel=\"nofollow\">0295160402</a></span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160402\" rel=\"nofollow\">0295160402</a>",
              "target": [
                "a[href=\"tel:+358295160402\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(22) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(22) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(23)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(23) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Aki Blomqvist</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Aki Blomqvist</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Aki Blomqvist</span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160276\" rel=\"nofollow\">0295160276</a></span> </span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160276\" rel=\"nofollow\">0295160276</a></span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160276\" rel=\"nofollow\">0295160276</a>",
              "target": [
                "a[href=\"tel:+358295160276\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(23) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(23) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(24)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(24) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anitta Boström</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anitta Boström</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anitta Boström</span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160843\" rel=\"nofollow\">0295160843</a></span> </span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160843\" rel=\"nofollow\">0295160843</a></span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160843\" rel=\"nofollow\">0295160843</a>",
              "target": [
                "a[href=\"tel:+358295160843\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(24) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(24) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(25)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(25) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Gunilla Boxberg-Wide</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Gunilla Boxberg-Wide</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Gunilla Boxberg-Wide</span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160273\" rel=\"nofollow\">0295160273</a></span> </span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160273\" rel=\"nofollow\">0295160273</a></span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160273\" rel=\"nofollow\">0295160273</a>",
              "target": [
                "a[href=\"tel:+358295160273\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(25) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(25) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(26)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(26) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Pilkkuniina Brandt</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Pilkkuniina Brandt</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pilkkuniina Brandt</span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160369\" rel=\"nofollow\">0295160369</a></span> </span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160369\" rel=\"nofollow\">0295160369</a></span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160369\" rel=\"nofollow\">0295160369</a>",
              "target": [
                "a[href=\"tel:+358295160369\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(26) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(26) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(27)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(27) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Nina Bärlund</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Nina Bärlund</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nina Bärlund</span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160073\" rel=\"nofollow\">0295160073</a></span> </span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160073\" rel=\"nofollow\">0295160073</a></span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160073\" rel=\"nofollow\">0295160073</a>",
              "target": [
                "a[href=\"tel:+358295160073\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(27) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(27) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"C\" class=\"letter mt-5\">C</h2>",
              "target": [
                "#C"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(29)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(30)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(30) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Nina Chatani</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Nina Chatani</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nina Chatani</span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160953\" rel=\"nofollow\">0295160953</a></span> </span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160953\" rel=\"nofollow\">0295160953</a></span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160953\" rel=\"nofollow\">0295160953</a>",
              "target": [
                "a[href=\"tel:+358295160953\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(30) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(30) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(31)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(31) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Päivi Creber</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Päivi Creber</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Päivi Creber</span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160446\" rel=\"nofollow\">0295160446</a></span> </span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160446\" rel=\"nofollow\">0295160446</a></span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160446\" rel=\"nofollow\">0295160446</a>",
              "target": [
                "a[href=\"tel:+358295160446\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(31) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(31) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"D\" class=\"letter mt-5\">D</h2>",
              "target": [
                "#D"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(33)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(34)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(34) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jukka Diedler</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jukka Diedler</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jukka Diedler</span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160767\" rel=\"nofollow\">0295160767</a></span> </span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160767\" rel=\"nofollow\">0295160767</a></span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160767\" rel=\"nofollow\">0295160767</a>",
              "target": [
                "a[href=\"tel:+358295160767\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(34) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(34) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"E\" class=\"letter mt-5\">E</h2>",
              "target": [
                "#E"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(36)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(37)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(37) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Pekka Eerola</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Pekka Eerola</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pekka Eerola</span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160371\" rel=\"nofollow\">0295160371</a></span> </span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160371\" rel=\"nofollow\">0295160371</a></span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160371\" rel=\"nofollow\">0295160371</a>",
              "target": [
                "a[href=\"tel:+358295160371\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(37) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(37) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(38)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(38) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tomi Elf</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tomi Elf</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tomi Elf</span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160142\" rel=\"nofollow\">0295160142</a></span> </span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160142\" rel=\"nofollow\">0295160142</a></span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160142\" rel=\"nofollow\">0295160142</a>",
              "target": [
                "a[href=\"tel:+358295160142\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(38) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(38) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(39)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(39) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Niina Elomaa</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Niina Elomaa</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Niina Elomaa</span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160265\" rel=\"nofollow\">0295160265</a></span> </span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160265\" rel=\"nofollow\">0295160265</a></span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160265\" rel=\"nofollow\">0295160265</a>",
              "target": [
                "a[href=\"tel:+358295160265\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(39) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(39) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(40)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(40) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kaisa-Riitta Enakimio</span>, <span itemprop=\"jobTitle\"> projektchef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kaisa-Riitta Enakimio</span>, <span itemprop=\"jobTitle\"> projektchef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kaisa-Riitta Enakimio</span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> projektchef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Sisäisen viestinnän yksikkö </span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160478\" rel=\"nofollow\">0295160478</a></span> </span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160478\" rel=\"nofollow\">0295160478</a></span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160478\" rel=\"nofollow\">0295160478</a>",
              "target": [
                "a[href=\"tel:+358295160478\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(40) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(40) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(41)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(41) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anna Ercanbrack</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anna Ercanbrack</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anna Ercanbrack</span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160723\" rel=\"nofollow\">0295160723</a></span> </span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160723\" rel=\"nofollow\">0295160723</a></span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160723\" rel=\"nofollow\">0295160723</a>",
              "target": [
                "a[href=\"tel:+358295160723\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(41) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(41) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(42)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(42) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jean Eriksson</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jean Eriksson</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jean Eriksson</span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160029\" rel=\"nofollow\">0295160029</a></span> </span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160029\" rel=\"nofollow\">0295160029</a></span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160029\" rel=\"nofollow\">0295160029</a>",
              "target": [
                "a[href=\"tel:+358295160029\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(42) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(42) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(43)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(43) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Henna Eronen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Henna Eronen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Henna Eronen</span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160219\" rel=\"nofollow\">0295160219</a></span> </span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160219\" rel=\"nofollow\">0295160219</a></span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160219\" rel=\"nofollow\">0295160219</a>",
              "target": [
                "a[href=\"tel:+358295160219\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(43) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(43) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"F\" class=\"letter mt-5\">F</h2>",
              "target": [
                "#F"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(45)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(46)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(46) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Andreas Fagerholm</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Andreas Fagerholm</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Andreas Fagerholm</span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160349\" rel=\"nofollow\">0295160349</a></span> </span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160349\" rel=\"nofollow\">0295160349</a></span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160349\" rel=\"nofollow\">0295160349</a>",
              "target": [
                "a[href=\"tel:+358295160349\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(46) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(46) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(47)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(47) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Marika Fagerlund</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Marika Fagerlund</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marika Fagerlund</span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160229\" rel=\"nofollow\">0295160229</a></span> </span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160229\" rel=\"nofollow\">0295160229</a></span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160229\" rel=\"nofollow\">0295160229</a>",
              "target": [
                "a[href=\"tel:+358295160229\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(47) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(47) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(48)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(48) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Merja Fleming</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Merja Fleming</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Merja Fleming</span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160720\" rel=\"nofollow\">0295160720</a></span> </span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160720\" rel=\"nofollow\">0295160720</a></span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160720\" rel=\"nofollow\">0295160720</a>",
              "target": [
                "a[href=\"tel:+358295160720\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(48) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(48) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(49)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(49) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Ari Flyckt</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Ari Flyckt</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ari Flyckt</span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160726\" rel=\"nofollow\">0295160726</a></span> </span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160726\" rel=\"nofollow\">0295160726</a></span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160726\" rel=\"nofollow\">0295160726</a>",
              "target": [
                "a[href=\"tel:+358295160726\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(49) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(49) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(50)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(50) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kitty Fogelholm</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kitty Fogelholm</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kitty Fogelholm</span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160384\" rel=\"nofollow\">0295160384</a></span> </span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160384\" rel=\"nofollow\">0295160384</a></span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160384\" rel=\"nofollow\">0295160384</a>",
              "target": [
                "a[href=\"tel:+358295160384\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(50) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(50) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(51)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(51) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kristian Forsman</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kristian Forsman</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kristian Forsman</span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160758\" rel=\"nofollow\">0295160758</a></span> </span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160758\" rel=\"nofollow\">0295160758</a></span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160758\" rel=\"nofollow\">0295160758</a>",
              "target": [
                "a[href=\"tel:+358295160758\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(51) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(51) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(52)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(52) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Felix Fortelius</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Felix Fortelius</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Felix Fortelius</span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161132\" rel=\"nofollow\">0295161132</a></span> </span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161132\" rel=\"nofollow\">0295161132</a></span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161132\" rel=\"nofollow\">0295161132</a>",
              "target": [
                "a[href=\"tel:+358295161132\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(52) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(52) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(53)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(53) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Essi Fröberg</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Essi Fröberg</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Essi Fröberg</span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160949\" rel=\"nofollow\">0295160949</a></span> </span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160949\" rel=\"nofollow\">0295160949</a></span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160949\" rel=\"nofollow\">0295160949</a>",
              "target": [
                "a[href=\"tel:+358295160949\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(53) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(53) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"G\" class=\"letter mt-5\">G</h2>",
              "target": [
                "#G"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(55)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(56)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(56) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Heidi Gammelgård</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Heidi Gammelgård</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heidi Gammelgård</span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160422\" rel=\"nofollow\">0295160422</a></span> </span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160422\" rel=\"nofollow\">0295160422</a></span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160422\" rel=\"nofollow\">0295160422</a>",
              "target": [
                "a[href=\"tel:+358295160422\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(56) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(56) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(57)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(57) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Sofia Gottberg</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Sofia Gottberg</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sofia Gottberg</span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161139\" rel=\"nofollow\">0295161139</a></span> </span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161139\" rel=\"nofollow\">0295161139</a></span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161139\" rel=\"nofollow\">0295161139</a>",
              "target": [
                "a[href=\"tel:+358295161139\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(57) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(57) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(58)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(58) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anna Gref</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anna Gref</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anna Gref</span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160387\" rel=\"nofollow\">0295160387</a></span> </span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160387\" rel=\"nofollow\">0295160387</a></span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160387\" rel=\"nofollow\">0295160387</a>",
              "target": [
                "a[href=\"tel:+358295160387\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(58) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(58) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(59)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(59) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Maaria Gråsten</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Maaria Gråsten</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maaria Gråsten</span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160174\" rel=\"nofollow\">0295160174</a></span> </span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160174\" rel=\"nofollow\">0295160174</a></span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160174\" rel=\"nofollow\">0295160174</a>",
              "target": [
                "a[href=\"tel:+358295160174\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(59) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(59) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(60)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(60) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Ida Gröndahl</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Ida Gröndahl</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ida Gröndahl</span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160115\" rel=\"nofollow\">0295160115</a></span> </span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160115\" rel=\"nofollow\">0295160115</a></span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160115\" rel=\"nofollow\">0295160115</a>",
              "target": [
                "a[href=\"tel:+358295160115\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(60) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(60) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(61)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(61) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tony Gustafsson</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tony Gustafsson</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tony Gustafsson</span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160103\" rel=\"nofollow\">0295160103</a></span> </span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160103\" rel=\"nofollow\">0295160103</a></span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160103\" rel=\"nofollow\">0295160103</a>",
              "target": [
                "a[href=\"tel:+358295160103\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(61) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(61) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(62)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(62) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Heidi Gärkman</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Heidi Gärkman</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heidi Gärkman</span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160267\" rel=\"nofollow\">0295160267</a></span> </span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160267\" rel=\"nofollow\">0295160267</a></span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160267\" rel=\"nofollow\">0295160267</a>",
              "target": [
                "a[href=\"tel:+358295160267\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(62) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(62) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"H\" class=\"letter mt-5\">H</h2>",
              "target": [
                "#H"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(64)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(65)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(65) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tony Haapala</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tony Haapala</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tony Haapala</span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160198\" rel=\"nofollow\">0295160198</a></span> </span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160198\" rel=\"nofollow\">0295160198</a></span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160198\" rel=\"nofollow\">0295160198</a>",
              "target": [
                "a[href=\"tel:+358295160198\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(65) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(65) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(66)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(66) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jessica Hackman</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jessica Hackman</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jessica Hackman</span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160388\" rel=\"nofollow\">0295160388</a></span> </span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160388\" rel=\"nofollow\">0295160388</a></span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160388\" rel=\"nofollow\">0295160388</a>",
              "target": [
                "a[href=\"tel:+358295160388\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(66) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(66) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(67)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(67) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Mike Hakala</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Mike Hakala</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mike Hakala</span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161135\" rel=\"nofollow\">0295161135</a></span> </span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161135\" rel=\"nofollow\">0295161135</a></span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161135\" rel=\"nofollow\">0295161135</a>",
              "target": [
                "a[href=\"tel:+358295161135\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(67) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(67) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(68)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(68) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Satu Hakkarainen</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Satu Hakkarainen</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Satu Hakkarainen</span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160852\" rel=\"nofollow\">0295160852</a></span> </span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160852\" rel=\"nofollow\">0295160852</a></span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160852\" rel=\"nofollow\">0295160852</a>",
              "target": [
                "a[href=\"tel:+358295160852\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(68) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(68) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(69)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(69) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Toni Hallio</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Toni Hallio</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Toni Hallio</span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160715\" rel=\"nofollow\">0295160715</a></span> </span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160715\" rel=\"nofollow\">0295160715</a></span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160715\" rel=\"nofollow\">0295160715</a>",
              "target": [
                "a[href=\"tel:+358295160715\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(69) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(69) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(70)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(70) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Minna Halonen</span>, <span itemprop=\"jobTitle\"> planerare, informationstjänster&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Minna Halonen</span>, <span itemprop=\"jobTitle\"> planerare, informationstjänster&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Minna Halonen</span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationstjänster&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160701\" rel=\"nofollow\">0295160701</a></span> </span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160701\" rel=\"nofollow\">0295160701</a></span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160701\" rel=\"nofollow\">0295160701</a>",
              "target": [
                "a[href=\"tel:+358295160701\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(70) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(70) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(71)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(71) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Max Hamberg</span>, <span itemprop=\"jobTitle\"> informationsråd&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Max Hamberg</span>, <span itemprop=\"jobTitle\"> informationsråd&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Max Hamberg</span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsråd&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn </span> <span class=\"service-group\"> </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn </span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160889\" rel=\"nofollow\">0295160889</a></span> </span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160889\" rel=\"nofollow\">0295160889</a></span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160889\" rel=\"nofollow\">0295160889</a>",
              "target": [
                "a[href=\"tel:+358295160889\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(71) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(71) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(72)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(72) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Aki Hamunen</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Aki Hamunen</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Aki Hamunen</span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160729\" rel=\"nofollow\">0295160729</a></span> </span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160729\" rel=\"nofollow\">0295160729</a></span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160729\" rel=\"nofollow\">0295160729</a>",
              "target": [
                "a[href=\"tel:+358295160729\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(72) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(72) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(73)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(73) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anniina Harri</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anniina Harri</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anniina Harri</span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161130\" rel=\"nofollow\">0295161130</a></span> </span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161130\" rel=\"nofollow\">0295161130</a></span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161130\" rel=\"nofollow\">0295161130</a>",
              "target": [
                "a[href=\"tel:+358295161130\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(73) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(73) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(74)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(74) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anna Hartzell</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anna Hartzell</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anna Hartzell</span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160224\" rel=\"nofollow\">0295160224</a></span> </span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160224\" rel=\"nofollow\">0295160224</a></span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160224\" rel=\"nofollow\">0295160224</a>",
              "target": [
                "a[href=\"tel:+358295160224\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(74) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(74) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(75)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(75) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Ulrika Hattula</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Ulrika Hattula</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ulrika Hattula</span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160271\" rel=\"nofollow\">0295160271</a></span> </span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160271\" rel=\"nofollow\">0295160271</a></span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160271\" rel=\"nofollow\">0295160271</a>",
              "target": [
                "a[href=\"tel:+358295160271\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(75) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(75) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(76)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(76) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jonna Hautamäki</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jonna Hautamäki</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jonna Hautamäki</span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160407\" rel=\"nofollow\">0295160407</a></span> </span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160407\" rel=\"nofollow\">0295160407</a></span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160407\" rel=\"nofollow\">0295160407</a>",
              "target": [
                "a[href=\"tel:+358295160407\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(76) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(76) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(77)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(77) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Mikko Havia</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Mikko Havia</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mikko Havia</span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160052\" rel=\"nofollow\">0295160052</a></span> </span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160052\" rel=\"nofollow\">0295160052</a></span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160052\" rel=\"nofollow\">0295160052</a>",
              "target": [
                "a[href=\"tel:+358295160052\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(77) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(77) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(78)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(78) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kati Heikkinen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kati Heikkinen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kati Heikkinen</span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> Kehittämistoiminto </span> <span class=\"service-group\"> </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Kehittämistoiminto </span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160222\" rel=\"nofollow\">0295160222</a></span> </span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160222\" rel=\"nofollow\">0295160222</a></span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160222\" rel=\"nofollow\">0295160222</a>",
              "target": [
                "a[href=\"tel:+358295160222\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(78) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(78) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(79)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(79) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Pia Heino</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Pia Heino</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pia Heino</span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160077\" rel=\"nofollow\">0295160077</a></span> </span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160077\" rel=\"nofollow\">0295160077</a></span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160077\" rel=\"nofollow\">0295160077</a>",
              "target": [
                "a[href=\"tel:+358295160077\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(79) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(79) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(80)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(80) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Eero Heinola</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Eero Heinola</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Eero Heinola</span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160638\" rel=\"nofollow\">0295160638</a></span> </span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160638\" rel=\"nofollow\">0295160638</a></span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160638\" rel=\"nofollow\">0295160638</a>",
              "target": [
                "a[href=\"tel:+358295160638\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(80) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(80) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(81)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(81) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jenni Heinonen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jenni Heinonen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jenni Heinonen</span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160529\" rel=\"nofollow\">0295160529</a></span> </span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160529\" rel=\"nofollow\">0295160529</a></span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160529\" rel=\"nofollow\">0295160529</a>",
              "target": [
                "a[href=\"tel:+358295160529\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(81) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(81) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(82)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(82) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anne Heiskanen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anne Heiskanen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anne Heiskanen</span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160795\" rel=\"nofollow\">0295160795</a></span> </span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160795\" rel=\"nofollow\">0295160795</a></span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160795\" rel=\"nofollow\">0295160795</a>",
              "target": [
                "a[href=\"tel:+358295160795\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(82) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(82) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(83)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(83) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Pasi Heiskanen</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Pasi Heiskanen</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pasi Heiskanen</span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160213\" rel=\"nofollow\">0295160213</a></span> </span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160213\" rel=\"nofollow\">0295160213</a></span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160213\" rel=\"nofollow\">0295160213</a>",
              "target": [
                "a[href=\"tel:+358295160213\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(83) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(83) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(84)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(84) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jan Helenius</span>, <span itemprop=\"jobTitle\"> körmästare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jan Helenius</span>, <span itemprop=\"jobTitle\"> körmästare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jan Helenius</span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> körmästare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160111\" rel=\"nofollow\">0295160111</a></span> </span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160111\" rel=\"nofollow\">0295160111</a></span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160111\" rel=\"nofollow\">0295160111</a>",
              "target": [
                "a[href=\"tel:+358295160111\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(84) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(84) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(85)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(85) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Riikka Helfenstein</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Riikka Helfenstein</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Riikka Helfenstein</span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160454\" rel=\"nofollow\">0295160454</a></span> </span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160454\" rel=\"nofollow\">0295160454</a></span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160454\" rel=\"nofollow\">0295160454</a>",
              "target": [
                "a[href=\"tel:+358295160454\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(85) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(85) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(86)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(86) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Samir Henriksson</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Samir Henriksson</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Samir Henriksson</span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160068\" rel=\"nofollow\">0295160068</a></span> </span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160068\" rel=\"nofollow\">0295160068</a></span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160068\" rel=\"nofollow\">0295160068</a>",
              "target": [
                "a[href=\"tel:+358295160068\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(86) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(86) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(87)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(87) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Emilia Henttonen</span>, <span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Emilia Henttonen</span>, <span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Emilia Henttonen</span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160082\" rel=\"nofollow\">0295160082</a></span> </span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160082\" rel=\"nofollow\">0295160082</a></span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160082\" rel=\"nofollow\">0295160082</a>",
              "target": [
                "a[href=\"tel:+358295160082\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(87) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(87) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(88)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(88) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kirsi Hietanen</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kirsi Hietanen</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kirsi Hietanen</span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160801\" rel=\"nofollow\">0295160801</a></span> </span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160801\" rel=\"nofollow\">0295160801</a></span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160801\" rel=\"nofollow\">0295160801</a>",
              "target": [
                "a[href=\"tel:+358295160801\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(88) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(88) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(89)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(89) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Mika Hillberg</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Mika Hillberg</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mika Hillberg</span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160764\" rel=\"nofollow\">0295160764</a></span> </span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160764\" rel=\"nofollow\">0295160764</a></span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160764\" rel=\"nofollow\">0295160764</a>",
              "target": [
                "a[href=\"tel:+358295160764\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(89) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(89) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(90)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(90) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Juhani Hirvelä</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Juhani Hirvelä</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Juhani Hirvelä</span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160124\" rel=\"nofollow\">0295160124</a></span> </span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160124\" rel=\"nofollow\">0295160124</a></span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160124\" rel=\"nofollow\">0295160124</a>",
              "target": [
                "a[href=\"tel:+358295160124\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(90) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(90) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(91)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(91) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kaija Hirvi</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kaija Hirvi</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kaija Hirvi</span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160737\" rel=\"nofollow\">0295160737</a></span> </span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160737\" rel=\"nofollow\">0295160737</a></span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160737\" rel=\"nofollow\">0295160737</a>",
              "target": [
                "a[href=\"tel:+358295160737\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(91) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(91) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(92)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(92) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Nina Hoffrén</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Nina Hoffrén</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nina Hoffrén</span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160260\" rel=\"nofollow\">0295160260</a></span> </span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160260\" rel=\"nofollow\">0295160260</a></span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160260\" rel=\"nofollow\">0295160260</a>",
              "target": [
                "a[href=\"tel:+358295160260\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(92) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(92) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(93)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(93) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Mats Holmqvist</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Mats Holmqvist</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mats Holmqvist</span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160719\" rel=\"nofollow\">0295160719</a></span> </span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160719\" rel=\"nofollow\">0295160719</a></span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160719\" rel=\"nofollow\">0295160719</a>",
              "target": [
                "a[href=\"tel:+358295160719\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(93) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(93) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(94)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(94) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tapio Holvio</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tapio Holvio</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tapio Holvio</span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160437\" rel=\"nofollow\">0295160437</a></span> </span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160437\" rel=\"nofollow\">0295160437</a></span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160437\" rel=\"nofollow\">0295160437</a>",
              "target": [
                "a[href=\"tel:+358295160437\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(94) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(94) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(95)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(95) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anniina Honka</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anniina Honka</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anniina Honka</span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160527\" rel=\"nofollow\">0295160527</a></span> </span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160527\" rel=\"nofollow\">0295160527</a></span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160527\" rel=\"nofollow\">0295160527</a>",
              "target": [
                "a[href=\"tel:+358295160527\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(95) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(95) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(96)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(96) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Juha Hopsu</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Juha Hopsu</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Juha Hopsu</span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160092\" rel=\"nofollow\">0295160092</a></span> </span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160092\" rel=\"nofollow\">0295160092</a></span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160092\" rel=\"nofollow\">0295160092</a>",
              "target": [
                "a[href=\"tel:+358295160092\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(96) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(96) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(97)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(97) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Heikki Hovi</span>, <span itemprop=\"jobTitle\"> konsultativ tjänsteman&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Heikki Hovi</span>, <span itemprop=\"jobTitle\"> konsultativ tjänsteman&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heikki Hovi</span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> konsultativ tjänsteman&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160090\" rel=\"nofollow\">0295160090</a></span> </span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160090\" rel=\"nofollow\">0295160090</a></span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160090\" rel=\"nofollow\">0295160090</a>",
              "target": [
                "a[href=\"tel:+358295160090\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(97) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(97) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(98)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(98) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Janne Huoso</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Janne Huoso</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Janne Huoso</span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160226\" rel=\"nofollow\">0295160226</a></span> </span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160226\" rel=\"nofollow\">0295160226</a></span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160226\" rel=\"nofollow\">0295160226</a>",
              "target": [
                "a[href=\"tel:+358295160226\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(98) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(98) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(99)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(99) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Heli Huttunen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Heli Huttunen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heli Huttunen</span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161054\" rel=\"nofollow\">0295161054</a></span> </span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161054\" rel=\"nofollow\">0295161054</a></span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161054\" rel=\"nofollow\">0295161054</a>",
              "target": [
                "a[href=\"tel:+358295161054\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(99) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(99) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(100)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(100) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Ia Hynynen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Ia Hynynen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ia Hynynen</span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160460\" rel=\"nofollow\">0295160460</a></span> </span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160460\" rel=\"nofollow\">0295160460</a></span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160460\" rel=\"nofollow\">0295160460</a>",
              "target": [
                "a[href=\"tel:+358295160460\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(100) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(100) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(101)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(101) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kimmo Hyvärinen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kimmo Hyvärinen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kimmo Hyvärinen</span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160106\" rel=\"nofollow\">0295160106</a></span> </span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160106\" rel=\"nofollow\">0295160106</a></span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160106\" rel=\"nofollow\">0295160106</a>",
              "target": [
                "a[href=\"tel:+358295160106\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(101) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(101) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(102)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(102) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Liisa Hyvärinen</span>, <span itemprop=\"jobTitle\"> dokumenthanteringsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Liisa Hyvärinen</span>, <span itemprop=\"jobTitle\"> dokumenthanteringsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Liisa Hyvärinen</span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> dokumenthanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160847\" rel=\"nofollow\">0295160847</a></span> </span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160847\" rel=\"nofollow\">0295160847</a></span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160847\" rel=\"nofollow\">0295160847</a>",
              "target": [
                "a[href=\"tel:+358295160847\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(102) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(102) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(103)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(103) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Maria Hägglund</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Maria Hägglund</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maria Hägglund</span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160378\" rel=\"nofollow\">0295160378</a></span> </span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160378\" rel=\"nofollow\">0295160378</a></span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160378\" rel=\"nofollow\">0295160378</a>",
              "target": [
                "a[href=\"tel:+358295160378\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(103) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(103) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(104)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(104) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Päivi Hämäläinen</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Päivi Hämäläinen</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Päivi Hämäläinen</span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160637\" rel=\"nofollow\">0295160637</a></span> </span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160637\" rel=\"nofollow\">0295160637</a></span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160637\" rel=\"nofollow\">0295160637</a>",
              "target": [
                "a[href=\"tel:+358295160637\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.m.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.m.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(104) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(104) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(105)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(105) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Raisa Hämäläinen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Raisa Hämäläinen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Raisa Hämäläinen</span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160398\" rel=\"nofollow\">0295160398</a></span> </span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160398\" rel=\"nofollow\">0295160398</a></span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160398\" rel=\"nofollow\">0295160398</a>",
              "target": [
                "a[href=\"tel:+358295160398\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(105) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(105) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(106)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(106) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Teemu Hämäläinen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Teemu Hämäläinen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Teemu Hämäläinen</span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160601\" rel=\"nofollow\">0295160601</a></span> </span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160601\" rel=\"nofollow\">0295160601</a></span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160601\" rel=\"nofollow\">0295160601</a>",
              "target": [
                "a[href=\"tel:+358295160601\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(106) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(106) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(107)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(107) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tomi Hämäläinen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tomi Hämäläinen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tomi Hämäläinen</span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160831\" rel=\"nofollow\">0295160831</a></span> </span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160831\" rel=\"nofollow\">0295160831</a></span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160831\" rel=\"nofollow\">0295160831</a>",
              "target": [
                "a[href=\"tel:+358295160831\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(107) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(107) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(108)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(108) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Juha Häyrinen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Juha Häyrinen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Juha Häyrinen</span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160712\" rel=\"nofollow\">0295160712</a></span> </span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160712\" rel=\"nofollow\">0295160712</a></span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160712\" rel=\"nofollow\">0295160712</a>",
              "target": [
                "a[href=\"tel:+358295160712\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(108) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(108) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(109)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(109) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Päivi Högnäsbacka-Hietanen</span>, <span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Päivi Högnäsbacka-Hietanen</span>, <span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Päivi Högnäsbacka-Hietanen</span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Sisäisen viestinnän yksikkö </span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160360\" rel=\"nofollow\">0295160360</a></span> </span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160360\" rel=\"nofollow\">0295160360</a></span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160360\" rel=\"nofollow\">0295160360</a>",
              "target": [
                "a[href=\"tel:+358295160360\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(109) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(109) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"I\" class=\"letter mt-5\">I</h2>",
              "target": [
                "#I"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(111)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(112)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(112) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jouni Iiskola</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jouni Iiskola</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jouni Iiskola</span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161119\" rel=\"nofollow\">0295161119</a></span> </span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161119\" rel=\"nofollow\">0295161119</a></span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161119\" rel=\"nofollow\">0295161119</a>",
              "target": [
                "a[href=\"tel:+358295161119\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(112) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(112) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(113)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(113) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Petri Ikonen</span>, <span itemprop=\"jobTitle\"> planerare, informationstjänster&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Petri Ikonen</span>, <span itemprop=\"jobTitle\"> planerare, informationstjänster&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Petri Ikonen</span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationstjänster&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160154\" rel=\"nofollow\">0295160154</a></span> </span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160154\" rel=\"nofollow\">0295160154</a></span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160154\" rel=\"nofollow\">0295160154</a>",
              "target": [
                "a[href=\"tel:+358295160154\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(113) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(113) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(114)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(114) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Maarit Ilomäki</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Maarit Ilomäki</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maarit Ilomäki</span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160390\" rel=\"nofollow\">0295160390</a></span> </span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160390\" rel=\"nofollow\">0295160390</a></span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160390\" rel=\"nofollow\">0295160390</a>",
              "target": [
                "a[href=\"tel:+358295160390\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(114) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(114) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(115)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(115) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Päivi Immonen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Päivi Immonen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Päivi Immonen</span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160237\" rel=\"nofollow\">0295160237</a></span> </span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160237\" rel=\"nofollow\">0295160237</a></span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160237\" rel=\"nofollow\">0295160237</a>",
              "target": [
                "a[href=\"tel:+358295160237\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(115) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(115) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(116)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(116) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Maria Inkeri</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Maria Inkeri</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maria Inkeri</span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160308\" rel=\"nofollow\">0295160308</a></span> </span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160308\" rel=\"nofollow\">0295160308</a></span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160308\" rel=\"nofollow\">0295160308</a>",
              "target": [
                "a[href=\"tel:+358295160308\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(116) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(116) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(117)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(117) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Pirkko Isakoff</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Pirkko Isakoff</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pirkko Isakoff</span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160671\" rel=\"nofollow\">0295160671</a></span> </span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160671\" rel=\"nofollow\">0295160671</a></span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160671\" rel=\"nofollow\">0295160671</a>",
              "target": [
                "a[href=\"tel:+358295160671\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(117) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(117) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(118)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(118) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Hanna Isola</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Hanna Isola</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Hanna Isola</span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160807\" rel=\"nofollow\">0295160807</a></span> </span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160807\" rel=\"nofollow\">0295160807</a></span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160807\" rel=\"nofollow\">0295160807</a>",
              "target": [
                "a[href=\"tel:+358295160807\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(118) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(118) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"J\" class=\"letter mt-5\">J</h2>",
              "target": [
                "#J"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(120)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(121)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(121) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Aleksi Jaakkola</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Aleksi Jaakkola</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Aleksi Jaakkola</span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160374\" rel=\"nofollow\">0295160374</a></span> </span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160374\" rel=\"nofollow\">0295160374</a></span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160374\" rel=\"nofollow\">0295160374</a>",
              "target": [
                "a[href=\"tel:+358295160374\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(121) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(121) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(122)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(122) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tuomo Jantunen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tuomo Jantunen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tuomo Jantunen</span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160813\" rel=\"nofollow\">0295160813</a></span> </span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160813\" rel=\"nofollow\">0295160813</a></span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160813\" rel=\"nofollow\">0295160813</a>",
              "target": [
                "a[href=\"tel:+358295160813\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(122) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(122) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(123)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(123) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Mentor Jashari</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Mentor Jashari</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mentor Jashari</span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161181\" rel=\"nofollow\">0295161181</a></span> </span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161181\" rel=\"nofollow\">0295161181</a></span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161181\" rel=\"nofollow\">0295161181</a>",
              "target": [
                "a[href=\"tel:+358295161181\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(123) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(123) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(124)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(124) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Andreas Johansson</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Andreas Johansson</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Andreas Johansson</span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160278\" rel=\"nofollow\">0295160278</a></span> </span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160278\" rel=\"nofollow\">0295160278</a></span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160278\" rel=\"nofollow\">0295160278</a>",
              "target": [
                "a[href=\"tel:+358295160278\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(124) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(124) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(125)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(125) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Hanna Johansson</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Hanna Johansson</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Hanna Johansson</span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160379\" rel=\"nofollow\">0295160379</a></span> </span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160379\" rel=\"nofollow\">0295160379</a></span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160379\" rel=\"nofollow\">0295160379</a>",
              "target": [
                "a[href=\"tel:+358295160379\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(125) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(125) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(126)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(126) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tomi Jokela</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tomi Jokela</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tomi Jokela</span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160053\" rel=\"nofollow\">0295160053</a></span> </span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160053\" rel=\"nofollow\">0295160053</a></span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160053\" rel=\"nofollow\">0295160053</a>",
              "target": [
                "a[href=\"tel:+358295160053\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(126) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(126) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(127)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(127) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Maarit Jokelainen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Maarit Jokelainen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maarit Jokelainen</span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160796\" rel=\"nofollow\">0295160796</a></span> </span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160796\" rel=\"nofollow\">0295160796</a></span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160796\" rel=\"nofollow\">0295160796</a>",
              "target": [
                "a[href=\"tel:+358295160796\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(127) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(127) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(128)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(128) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Janne Juhala</span>, <span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Janne Juhala</span>, <span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Janne Juhala</span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160621\" rel=\"nofollow\">0295160621</a></span> </span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160621\" rel=\"nofollow\">0295160621</a></span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160621\" rel=\"nofollow\">0295160621</a>",
              "target": [
                "a[href=\"tel:+358295160621\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(128) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(128) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(129)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(129) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">palvelukoordinaattori Juhlahuoneisto</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">palvelukoordinaattori Juhlahuoneisto</span> </strong>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">palvelukoordinaattori Juhlahuoneisto</span>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160513\" rel=\"nofollow\">0295160513</a></span> </span>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160513\" rel=\"nofollow\">0295160513</a></span>",
              "target": [
                ".contact-item:nth-child(129) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160513\" rel=\"nofollow\">0295160513</a>",
              "target": [
                "a[href=\"tel:+358295160513\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(129) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(130)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(130) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Virastomestari Juhlahuoneisto</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Virastomestari Juhlahuoneisto</span> </strong>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virastomestari Juhlahuoneisto</span>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160514\" rel=\"nofollow\">0295160514</a></span> </span>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160514\" rel=\"nofollow\">0295160514</a></span>",
              "target": [
                ".contact-item:nth-child(130) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160514\" rel=\"nofollow\">0295160514</a>",
              "target": [
                "a[href=\"tel:+358295160514\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(130) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(131)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(131) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Timo Juvonen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Timo Juvonen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Juvonen</span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160842\" rel=\"nofollow\">0295160842</a></span> </span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160842\" rel=\"nofollow\">0295160842</a></span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160842\" rel=\"nofollow\">0295160842</a>",
              "target": [
                "a[href=\"tel:+358295160842\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(131) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(131) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(132)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(132) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Virpi Järvelin</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Virpi Järvelin</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virpi Järvelin</span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160731\" rel=\"nofollow\">0295160731</a></span> </span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160731\" rel=\"nofollow\">0295160731</a></span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160731\" rel=\"nofollow\">0295160731</a>",
              "target": [
                "a[href=\"tel:+358295160731\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(132) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(132) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(133)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(133) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jani Järvinen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jani Järvinen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jani Järvinen</span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160076\" rel=\"nofollow\">0295160076</a></span> </span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160076\" rel=\"nofollow\">0295160076</a></span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160076\" rel=\"nofollow\">0295160076</a>",
              "target": [
                "a[href=\"tel:+358295160076\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(133) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(133) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(134)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(134) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kai Järvinen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kai Järvinen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kai Järvinen</span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160716\" rel=\"nofollow\">0295160716</a></span> </span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160716\" rel=\"nofollow\">0295160716</a></span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160716\" rel=\"nofollow\">0295160716</a>",
              "target": [
                "a[href=\"tel:+358295160716\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(134) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(134) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(135)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(135) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Mika Järvinen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Mika Järvinen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mika Järvinen</span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160673\" rel=\"nofollow\">0295160673</a></span> </span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160673\" rel=\"nofollow\">0295160673</a></span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160673\" rel=\"nofollow\">0295160673</a>",
              "target": [
                "a[href=\"tel:+358295160673\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(135) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(135) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(136)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(136) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Niko Jääskeläinen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(136) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Niko Jääskeläinen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(136) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Niko Jääskeläinen</span>",
              "target": [
                ".contact-item:nth-child(136) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(136) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(136) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(136) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(136) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(136) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(136) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(136) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(136) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(136) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(137)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(137) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kieli- ja termineuvonta</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kieli- ja termineuvonta</span> </strong>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kieli- ja termineuvonta</span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160528\" rel=\"nofollow\">0295160528</a></span> </span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160528\" rel=\"nofollow\">0295160528</a></span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160528\" rel=\"nofollow\">0295160528</a>",
              "target": [
                "a[href=\"tel:+358295160528\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(137) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(137) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"K\" class=\"letter mt-5\">K</h2>",
              "target": [
                "#K"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(139)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(140)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(140) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Milla Kaikkonen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Milla Kaikkonen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Milla Kaikkonen</span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160583\" rel=\"nofollow\">0295160583</a></span> </span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160583\" rel=\"nofollow\">0295160583</a></span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160583\" rel=\"nofollow\">0295160583</a>",
              "target": [
                "a[href=\"tel:+358295160583\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(140) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(140) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(141)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(141) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Pekka Kainulainen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Pekka Kainulainen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pekka Kainulainen</span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160061\" rel=\"nofollow\">0295160061</a></span> </span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160061\" rel=\"nofollow\">0295160061</a></span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160061\" rel=\"nofollow\">0295160061</a>",
              "target": [
                "a[href=\"tel:+358295160061\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(141) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(141) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(142)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(142) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Sirpa Kainulainen</span>, <span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Sirpa Kainulainen</span>, <span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sirpa Kainulainen</span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160677\" rel=\"nofollow\">0295160677</a></span> </span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160677\" rel=\"nofollow\">0295160677</a></span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160677\" rel=\"nofollow\">0295160677</a>",
              "target": [
                "a[href=\"tel:+358295160677\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.a.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.a.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(142) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(142) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(143)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(143) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Ulla Kaipainen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Ulla Kaipainen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ulla Kaipainen</span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160171\" rel=\"nofollow\">0295160171</a></span> </span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160171\" rel=\"nofollow\">0295160171</a></span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160171\" rel=\"nofollow\">0295160171</a>",
              "target": [
                "a[href=\"tel:+358295160171\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(143) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(143) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(144)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(144) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Ari Kaittovuori</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Ari Kaittovuori</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ari Kaittovuori</span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160647\" rel=\"nofollow\">0295160647</a></span> </span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160647\" rel=\"nofollow\">0295160647</a></span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160647\" rel=\"nofollow\">0295160647</a>",
              "target": [
                "a[href=\"tel:+358295160647\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(144) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(144) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(145)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(145) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Mikko Kajaani</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Mikko Kajaani</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mikko Kajaani</span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Sisäisen viestinnän yksikkö </span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160028\" rel=\"nofollow\">0295160028</a></span> </span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160028\" rel=\"nofollow\">0295160028</a></span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160028\" rel=\"nofollow\">0295160028</a>",
              "target": [
                "a[href=\"tel:+358295160028\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(145) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(145) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(146)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(146) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Oliver Kalkkinen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Oliver Kalkkinen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Oliver Kalkkinen</span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160282\" rel=\"nofollow\">0295160282</a></span> </span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160282\" rel=\"nofollow\">0295160282</a></span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160282\" rel=\"nofollow\">0295160282</a>",
              "target": [
                "a[href=\"tel:+358295160282\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(146) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(146) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(147)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(147) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Johan Kallanmaa</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Johan Kallanmaa</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Johan Kallanmaa</span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160217\" rel=\"nofollow\">0295160217</a></span> </span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160217\" rel=\"nofollow\">0295160217</a></span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160217\" rel=\"nofollow\">0295160217</a>",
              "target": [
                "a[href=\"tel:+358295160217\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(147) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(147) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(148)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(148) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Virpi Kankaanpää</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Virpi Kankaanpää</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virpi Kankaanpää</span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Sisäisen viestinnän yksikkö </span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160605\" rel=\"nofollow\">0295160605</a></span> </span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160605\" rel=\"nofollow\">0295160605</a></span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160605\" rel=\"nofollow\">0295160605</a>",
              "target": [
                "a[href=\"tel:+358295160605\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(148) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(148) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(149)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(149) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kristian Kankare</span>, <span itemprop=\"jobTitle\"> samordnare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kristian Kankare</span>, <span itemprop=\"jobTitle\"> samordnare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kristian Kankare</span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> samordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161049\" rel=\"nofollow\">0295161049</a></span> </span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161049\" rel=\"nofollow\">0295161049</a></span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161049\" rel=\"nofollow\">0295161049</a>",
              "target": [
                "a[href=\"tel:+358295161049\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(149) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(149) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(150)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(150) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Simo Kankkunen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Simo Kankkunen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Simo Kankkunen</span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160269\" rel=\"nofollow\">0295160269</a></span> </span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160269\" rel=\"nofollow\">0295160269</a></span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160269\" rel=\"nofollow\">0295160269</a>",
              "target": [
                "a[href=\"tel:+358295160269\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(150) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(150) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(151)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(151) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Arja Kareinen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Arja Kareinen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Arja Kareinen</span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160853\" rel=\"nofollow\">0295160853</a></span> </span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160853\" rel=\"nofollow\">0295160853</a></span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160853\" rel=\"nofollow\">0295160853</a>",
              "target": [
                "a[href=\"tel:+358295160853\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(151) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(151) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(152)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(152) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Olavi Karhatsu</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Olavi Karhatsu</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Olavi Karhatsu</span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160828\" rel=\"nofollow\">0295160828</a></span> </span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160828\" rel=\"nofollow\">0295160828</a></span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160828\" rel=\"nofollow\">0295160828</a>",
              "target": [
                "a[href=\"tel:+358295160828\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(152) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(152) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(153)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(153) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Susanna Karjalainen</span>, <span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Susanna Karjalainen</span>, <span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Susanna Karjalainen</span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160279\" rel=\"nofollow\">0295160279</a></span> </span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160279\" rel=\"nofollow\">0295160279</a></span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160279\" rel=\"nofollow\">0295160279</a>",
              "target": [
                "a[href=\"tel:+358295160279\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(153) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(153) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(154)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(154) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Linn Karlsson</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Linn Karlsson</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Linn Karlsson</span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160957\" rel=\"nofollow\">0295160957</a></span> </span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160957\" rel=\"nofollow\">0295160957</a></span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160957\" rel=\"nofollow\">0295160957</a>",
              "target": [
                "a[href=\"tel:+358295160957\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(154) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(154) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(155)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(155) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Salla Karmanloitsu</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Salla Karmanloitsu</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Salla Karmanloitsu</span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160391\" rel=\"nofollow\">0295160391</a></span> </span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160391\" rel=\"nofollow\">0295160391</a></span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160391\" rel=\"nofollow\">0295160391</a>",
              "target": [
                "a[href=\"tel:+358295160391\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(155) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(155) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(156)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(156) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Johanna Karppanen</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Johanna Karppanen</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Johanna Karppanen</span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160186\" rel=\"nofollow\">0295160186</a></span> </span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160186\" rel=\"nofollow\">0295160186</a></span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160186\" rel=\"nofollow\">0295160186</a>",
              "target": [
                "a[href=\"tel:+358295160186\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(156) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(156) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(157)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(157) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Sampsa Kauppinen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Sampsa Kauppinen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sampsa Kauppinen</span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160817\" rel=\"nofollow\">0295160817</a></span> </span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160817\" rel=\"nofollow\">0295160817</a></span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160817\" rel=\"nofollow\">0295160817</a>",
              "target": [
                "a[href=\"tel:+358295160817\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(157) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(157) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(158)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(158) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Susanna Kekki</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Susanna Kekki</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Susanna Kekki</span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160906\" rel=\"nofollow\">0295160906</a></span> </span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160906\" rel=\"nofollow\">0295160906</a></span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160906\" rel=\"nofollow\">0295160906</a>",
              "target": [
                "a[href=\"tel:+358295160906\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(158) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(158) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(159)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(159) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Alexandra Kellner</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Alexandra Kellner</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Alexandra Kellner</span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160594\" rel=\"nofollow\">0295160594</a></span> </span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160594\" rel=\"nofollow\">0295160594</a></span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160594\" rel=\"nofollow\">0295160594</a>",
              "target": [
                "a[href=\"tel:+358295160594\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(159) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(159) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(160)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(160) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Janne Kerkelä</span>, <span itemprop=\"jobTitle\"> avdelningschef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Janne Kerkelä</span>, <span itemprop=\"jobTitle\"> avdelningschef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Janne Kerkelä</span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> avdelningschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet </span> <span class=\"service-unit\"> </span> <span class=\"service-group\"> </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet </span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> </span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160381\" rel=\"nofollow\">0295160381</a></span> </span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160381\" rel=\"nofollow\">0295160381</a></span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160381\" rel=\"nofollow\">0295160381</a>",
              "target": [
                "a[href=\"tel:+358295160381\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(160) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(160) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(161)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(161) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Niina Kerman</span>, <span itemprop=\"jobTitle\"> administrativ medarbetare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Niina Kerman</span>, <span itemprop=\"jobTitle\"> administrativ medarbetare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Niina Kerman</span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> administrativ medarbetare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160649\" rel=\"nofollow\">0295160649</a></span> </span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160649\" rel=\"nofollow\">0295160649</a></span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160649\" rel=\"nofollow\">0295160649</a>",
              "target": [
                "a[href=\"tel:+358295160649\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(161) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(161) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(162)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(162) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jani Keronen</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jani Keronen</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jani Keronen</span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161127\" rel=\"nofollow\">0295161127</a></span> </span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161127\" rel=\"nofollow\">0295161127</a></span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161127\" rel=\"nofollow\">0295161127</a>",
              "target": [
                "a[href=\"tel:+358295161127\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(162) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(162) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(163)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(163) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jarno Keränen</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jarno Keränen</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jarno Keränen</span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160488\" rel=\"nofollow\">0295160488</a></span> </span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160488\" rel=\"nofollow\">0295160488</a></span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160488\" rel=\"nofollow\">0295160488</a>",
              "target": [
                "a[href=\"tel:+358295160488\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(163) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(163) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(164)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(164) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kristiina Keränen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kristiina Keränen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kristiina Keränen</span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161141\" rel=\"nofollow\">0295161141</a></span> </span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161141\" rel=\"nofollow\">0295161141</a></span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161141\" rel=\"nofollow\">0295161141</a>",
              "target": [
                "a[href=\"tel:+358295161141\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(164) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(164) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(165)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(165) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kaisa Kesäniemi</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kaisa Kesäniemi</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kaisa Kesäniemi</span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160971\" rel=\"nofollow\">0295160971</a></span> </span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160971\" rel=\"nofollow\">0295160971</a></span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160971\" rel=\"nofollow\">0295160971</a>",
              "target": [
                "a[href=\"tel:+358295160971\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(165) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(165) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(166)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(166) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">palvelukoordinaattori Kesäranta</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">palvelukoordinaattori Kesäranta</span> </strong>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">palvelukoordinaattori Kesäranta</span>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160517\" rel=\"nofollow\">0295160517</a></span> </span>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160517\" rel=\"nofollow\">0295160517</a></span>",
              "target": [
                ".contact-item:nth-child(166) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160517\" rel=\"nofollow\">0295160517</a>",
              "target": [
                "a[href=\"tel:+358295160517\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(166) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(167)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(167) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Virastomestari Kesäranta</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Virastomestari Kesäranta</span> </strong>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virastomestari Kesäranta</span>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160518\" rel=\"nofollow\">0295160518</a></span> </span>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160518\" rel=\"nofollow\">0295160518</a></span>",
              "target": [
                ".contact-item:nth-child(167) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160518\" rel=\"nofollow\">0295160518</a>",
              "target": [
                "a[href=\"tel:+358295160518\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(167) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(168)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(168) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Erik Kettunen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Erik Kettunen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Erik Kettunen</span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160057\" rel=\"nofollow\">0295160057</a></span> </span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160057\" rel=\"nofollow\">0295160057</a></span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160057\" rel=\"nofollow\">0295160057</a>",
              "target": [
                "a[href=\"tel:+358295160057\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(168) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(168) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(169)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(169) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Viliina Kettunen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Viliina Kettunen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Viliina Kettunen</span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160258\" rel=\"nofollow\">0295160258</a></span> </span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160258\" rel=\"nofollow\">0295160258</a></span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160258\" rel=\"nofollow\">0295160258</a>",
              "target": [
                "a[href=\"tel:+358295160258\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(169) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(169) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(170)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(170) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Mika Kiili</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Mika Kiili</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mika Kiili</span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160110\" rel=\"nofollow\">0295160110</a></span> </span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160110\" rel=\"nofollow\">0295160110</a></span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160110\" rel=\"nofollow\">0295160110</a>",
              "target": [
                "a[href=\"tel:+358295160110\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(170) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(170) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(171)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(171) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Minna Kilpeläinen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Minna Kilpeläinen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Minna Kilpeläinen</span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160629\" rel=\"nofollow\">0295160629</a></span> </span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160629\" rel=\"nofollow\">0295160629</a></span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160629\" rel=\"nofollow\">0295160629</a>",
              "target": [
                "a[href=\"tel:+358295160629\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(171) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(171) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(172)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(172) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Maiju Kilpikivi</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Maiju Kilpikivi</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maiju Kilpikivi</span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160699\" rel=\"nofollow\">0295160699</a></span> </span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160699\" rel=\"nofollow\">0295160699</a></span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160699\" rel=\"nofollow\">0295160699</a>",
              "target": [
                "a[href=\"tel:+358295160699\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(172) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(172) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(173)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(173) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Suvi Kimari</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Suvi Kimari</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Suvi Kimari</span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160451\" rel=\"nofollow\">0295160451</a></span> </span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160451\" rel=\"nofollow\">0295160451</a></span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160451\" rel=\"nofollow\">0295160451</a>",
              "target": [
                "a[href=\"tel:+358295160451\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(173) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(173) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(174)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(174) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Antti Kivelä</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Antti Kivelä</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Antti Kivelä</span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160246\" rel=\"nofollow\">0295160246</a></span> </span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160246\" rel=\"nofollow\">0295160246</a></span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160246\" rel=\"nofollow\">0295160246</a>",
              "target": [
                "a[href=\"tel:+358295160246\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(174) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(174) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(175)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(175) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Katja Koivisto</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Katja Koivisto</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Katja Koivisto</span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160868\" rel=\"nofollow\">0295160868</a></span> </span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160868\" rel=\"nofollow\">0295160868</a></span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160868\" rel=\"nofollow\">0295160868</a>",
              "target": [
                "a[href=\"tel:+358295160868\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(175) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(175) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(176)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(176) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anna Kokko</span>, <span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anna Kokko</span>, <span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anna Kokko</span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160303\" rel=\"nofollow\">0295160303</a></span> </span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160303\" rel=\"nofollow\">0295160303</a></span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160303\" rel=\"nofollow\">0295160303</a>",
              "target": [
                "a[href=\"tel:+358295160303\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(176) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(176) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(177)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(177) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Virastomestari Kokouskeskus</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Virastomestari Kokouskeskus</span> </strong>",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virastomestari Kokouskeskus</span>",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160535\" rel=\"nofollow\">0295160535</a></span> </span>",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160535\" rel=\"nofollow\">0295160535</a></span>",
              "target": [
                ".contact-item:nth-child(177) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160535\" rel=\"nofollow\">0295160535</a>",
              "target": [
                "a[href=\"tel:+358295160535\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(177) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(178)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(178) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jaana Kola</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jaana Kola</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jaana Kola</span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160681\" rel=\"nofollow\">0295160681</a></span> </span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160681\" rel=\"nofollow\">0295160681</a></span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160681\" rel=\"nofollow\">0295160681</a>",
              "target": [
                "a[href=\"tel:+358295160681\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(178) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(178) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(179)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(179) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Arto Koli</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Arto Koli</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Arto Koli</span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160069\" rel=\"nofollow\">0295160069</a></span> </span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160069\" rel=\"nofollow\">0295160069</a></span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160069\" rel=\"nofollow\">0295160069</a>",
              "target": [
                "a[href=\"tel:+358295160069\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(179) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(179) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(180)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(180) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tuomas Kontinen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tuomas Kontinen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tuomas Kontinen</span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160233\" rel=\"nofollow\">0295160233</a></span> </span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160233\" rel=\"nofollow\">0295160233</a></span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160233\" rel=\"nofollow\">0295160233</a>",
              "target": [
                "a[href=\"tel:+358295160233\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(180) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(180) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(181)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(181) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kim Koppinen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kim Koppinen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kim Koppinen</span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160072\" rel=\"nofollow\">0295160072</a></span> </span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160072\" rel=\"nofollow\">0295160072</a></span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160072\" rel=\"nofollow\">0295160072</a>",
              "target": [
                "a[href=\"tel:+358295160072\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(181) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(181) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(182)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(182) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anna Korhonen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anna Korhonen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anna Korhonen</span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160820\" rel=\"nofollow\">0295160820</a></span> </span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160820\" rel=\"nofollow\">0295160820</a></span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160820\" rel=\"nofollow\">0295160820</a>",
              "target": [
                "a[href=\"tel:+358295160820\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(182) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(182) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(183)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(183) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Mervi Korpiaho</span>, <span itemprop=\"jobTitle\"> projektchef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Mervi Korpiaho</span>, <span itemprop=\"jobTitle\"> projektchef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mervi Korpiaho</span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> projektchef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn </span> <span class=\"service-group\"> </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn </span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160165\" rel=\"nofollow\">0295160165</a></span> </span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160165\" rel=\"nofollow\">0295160165</a></span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160165\" rel=\"nofollow\">0295160165</a>",
              "target": [
                "a[href=\"tel:+358295160165\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(183) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(183) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(184)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(184) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Piia Koskenoja</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Piia Koskenoja</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Piia Koskenoja</span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160865\" rel=\"nofollow\">0295160865</a></span> </span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160865\" rel=\"nofollow\">0295160865</a></span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160865\" rel=\"nofollow\">0295160865</a>",
              "target": [
                "a[href=\"tel:+358295160865\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(184) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(184) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(185)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(185) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jarkko Koski</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jarkko Koski</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jarkko Koski</span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160567\" rel=\"nofollow\">0295160567</a></span> </span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160567\" rel=\"nofollow\">0295160567</a></span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160567\" rel=\"nofollow\">0295160567</a>",
              "target": [
                "a[href=\"tel:+358295160567\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(185) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(185) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(186)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(186) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kristiina Koskiaho</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kristiina Koskiaho</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kristiina Koskiaho</span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160042\" rel=\"nofollow\">0295160042</a></span> </span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160042\" rel=\"nofollow\">0295160042</a></span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160042\" rel=\"nofollow\">0295160042</a>",
              "target": [
                "a[href=\"tel:+358295160042\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(186) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(186) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(187)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(187) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Helena Kostin Mansi</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Helena Kostin Mansi</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Helena Kostin Mansi</span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> Kehittämistoiminto </span> <span class=\"service-group\"> </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Kehittämistoiminto </span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160596\" rel=\"nofollow\">0295160596</a></span> </span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160596\" rel=\"nofollow\">0295160596</a></span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160596\" rel=\"nofollow\">0295160596</a>",
              "target": [
                "a[href=\"tel:+358295160596\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(187) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(187) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(188)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(188) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Isto Kotamäki</span>, <span itemprop=\"jobTitle\"> transportchef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Isto Kotamäki</span>, <span itemprop=\"jobTitle\"> transportchef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Isto Kotamäki</span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> transportchef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160555\" rel=\"nofollow\">0295160555</a></span> </span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160555\" rel=\"nofollow\">0295160555</a></span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160555\" rel=\"nofollow\">0295160555</a>",
              "target": [
                "a[href=\"tel:+358295160555\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(188) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(188) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(189)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(189) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Ville Kotila</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Ville Kotila</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ville Kotila</span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160104\" rel=\"nofollow\">0295160104</a></span> </span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160104\" rel=\"nofollow\">0295160104</a></span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160104\" rel=\"nofollow\">0295160104</a>",
              "target": [
                "a[href=\"tel:+358295160104\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(189) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(189) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(190)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(190) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Katja Koukonen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Katja Koukonen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Katja Koukonen</span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160426\" rel=\"nofollow\">0295160426</a></span> </span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160426\" rel=\"nofollow\">0295160426</a></span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160426\" rel=\"nofollow\">0295160426</a>",
              "target": [
                "a[href=\"tel:+358295160426\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(190) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(190) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(191)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(191) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Timo Kovanen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Timo Kovanen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Kovanen</span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160416\" rel=\"nofollow\">0295160416</a></span> </span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160416\" rel=\"nofollow\">0295160416</a></span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160416\" rel=\"nofollow\">0295160416</a>",
              "target": [
                "a[href=\"tel:+358295160416\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(191) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(191) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(192)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(192) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Markku Kraft</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Markku Kraft</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Markku Kraft</span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160332\" rel=\"nofollow\">0295160332</a></span> </span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160332\" rel=\"nofollow\">0295160332</a></span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160332\" rel=\"nofollow\">0295160332</a>",
              "target": [
                "a[href=\"tel:+358295160332\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(192) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(192) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(193)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(193) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Lasse Kristiansen</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Lasse Kristiansen</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Lasse Kristiansen</span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160730\" rel=\"nofollow\">0295160730</a></span> </span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160730\" rel=\"nofollow\">0295160730</a></span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160730\" rel=\"nofollow\">0295160730</a>",
              "target": [
                "a[href=\"tel:+358295160730\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(193) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(193) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(194)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(194) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Klaus Krohn</span>, <span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Klaus Krohn</span>, <span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Klaus Krohn</span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160445\" rel=\"nofollow\">0295160445</a></span> </span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160445\" rel=\"nofollow\">0295160445</a></span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160445\" rel=\"nofollow\">0295160445</a>",
              "target": [
                "a[href=\"tel:+358295160445\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(194) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(194) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(195)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(195) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kaisamari Kuhmonen</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kaisamari Kuhmonen</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kaisamari Kuhmonen</span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160297\" rel=\"nofollow\">0295160297</a></span> </span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160297\" rel=\"nofollow\">0295160297</a></span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160297\" rel=\"nofollow\">0295160297</a>",
              "target": [
                "a[href=\"tel:+358295160297\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(195) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(195) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(196)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(196) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Mikko Kuisma</span>, <span itemprop=\"jobTitle\"> körmästare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Mikko Kuisma</span>, <span itemprop=\"jobTitle\"> körmästare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mikko Kuisma</span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> körmästare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160105\" rel=\"nofollow\">0295160105</a></span> </span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160105\" rel=\"nofollow\">0295160105</a></span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160105\" rel=\"nofollow\">0295160105</a>",
              "target": [
                "a[href=\"tel:+358295160105\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(196) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(196) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(197)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(197) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Piia Kulmanen</span>, <span itemprop=\"jobTitle\"> ryhmäpäällikkö&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Piia Kulmanen</span>, <span itemprop=\"jobTitle\"> ryhmäpäällikkö&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Piia Kulmanen</span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ryhmäpäällikkö&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161644\" rel=\"nofollow\">0295161644</a></span> </span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161644\" rel=\"nofollow\">0295161644</a></span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161644\" rel=\"nofollow\">0295161644</a>",
              "target": [
                "a[href=\"tel:+358295161644\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(197) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(197) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(198)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(198) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Merja Kuoksa</span>, <span itemprop=\"jobTitle\"> säljkonsulent&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Merja Kuoksa</span>, <span itemprop=\"jobTitle\"> säljkonsulent&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Merja Kuoksa</span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> säljkonsulent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160081\" rel=\"nofollow\">0295160081</a></span> </span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160081\" rel=\"nofollow\">0295160081</a></span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160081\" rel=\"nofollow\">0295160081</a>",
              "target": [
                "a[href=\"tel:+358295160081\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(198) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(198) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(199)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(199) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tuula Kuoppala</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tuula Kuoppala</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tuula Kuoppala</span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160639\" rel=\"nofollow\">0295160639</a></span> </span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160639\" rel=\"nofollow\">0295160639</a></span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160639\" rel=\"nofollow\">0295160639</a>",
              "target": [
                "a[href=\"tel:+358295160639\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(199) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(199) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(200)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(200) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Janne Kuparinen</span>, <span itemprop=\"jobTitle\"> molnarkitekt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Janne Kuparinen</span>, <span itemprop=\"jobTitle\"> molnarkitekt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Janne Kuparinen</span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> molnarkitekt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161099\" rel=\"nofollow\">0295161099</a></span> </span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161099\" rel=\"nofollow\">0295161099</a></span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161099\" rel=\"nofollow\">0295161099</a>",
              "target": [
                "a[href=\"tel:+358295161099\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(200) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(200) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(201)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(201) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Marianne Kurittu</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Marianne Kurittu</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marianne Kurittu</span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160683\" rel=\"nofollow\">0295160683</a></span> </span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160683\" rel=\"nofollow\">0295160683</a></span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160683\" rel=\"nofollow\">0295160683</a>",
              "target": [
                "a[href=\"tel:+358295160683\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(201) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(201) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(202)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(202) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Peter Kuronen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Peter Kuronen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Peter Kuronen</span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160536\" rel=\"nofollow\">0295160536</a></span> </span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160536\" rel=\"nofollow\">0295160536</a></span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160536\" rel=\"nofollow\">0295160536</a>",
              "target": [
                "a[href=\"tel:+358295160536\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(202) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(202) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(203)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(203) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Harri Kytönen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Harri Kytönen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Harri Kytönen</span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160056\" rel=\"nofollow\">0295160056</a></span> </span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160056\" rel=\"nofollow\">0295160056</a></span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160056\" rel=\"nofollow\">0295160056</a>",
              "target": [
                "a[href=\"tel:+358295160056\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(203) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(203) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(204)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(204) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Ann-Sofie Källund</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Ann-Sofie Källund</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ann-Sofie Källund</span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160272\" rel=\"nofollow\">0295160272</a></span> </span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160272\" rel=\"nofollow\">0295160272</a></span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160272\" rel=\"nofollow\">0295160272</a>",
              "target": [
                "a[href=\"tel:+358295160272\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(204) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(204) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(205)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(205) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jaakko Kääntä</span>, <span itemprop=\"jobTitle\"> expert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jaakko Kääntä</span>, <span itemprop=\"jobTitle\"> expert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jaakko Kääntä</span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160581\" rel=\"nofollow\">0295160581</a></span> </span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160581\" rel=\"nofollow\">0295160581</a></span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160581\" rel=\"nofollow\">0295160581</a>",
              "target": [
                "a[href=\"tel:+358295160581\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(205) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(205) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(206)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(206) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">palvelukoordinaattori Königstedt</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">palvelukoordinaattori Königstedt</span> </strong>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">palvelukoordinaattori Königstedt</span>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160519\" rel=\"nofollow\">0295160519</a></span> </span>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160519\" rel=\"nofollow\">0295160519</a></span>",
              "target": [
                ".contact-item:nth-child(206) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160519\" rel=\"nofollow\">0295160519</a>",
              "target": [
                "a[href=\"tel:+358295160519\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(206) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(207)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(207) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Virastomestari Königstedt</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Virastomestari Königstedt</span> </strong>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virastomestari Königstedt</span>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160520\" rel=\"nofollow\">0295160520</a></span> </span>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160520\" rel=\"nofollow\">0295160520</a></span>",
              "target": [
                ".contact-item:nth-child(207) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160520\" rel=\"nofollow\">0295160520</a>",
              "target": [
                "a[href=\"tel:+358295160520\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(207) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"L\" class=\"letter mt-5\">L</h2>",
              "target": [
                "#L"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(209)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(210)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(210) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Katri Laakso</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Katri Laakso</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Katri Laakso</span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160419\" rel=\"nofollow\">0295160419</a></span> </span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160419\" rel=\"nofollow\">0295160419</a></span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160419\" rel=\"nofollow\">0295160419</a>",
              "target": [
                "a[href=\"tel:+358295160419\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(210) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(210) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(211)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(211) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Rebekka Laaksonen</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Rebekka Laaksonen</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Rebekka Laaksonen</span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160205\" rel=\"nofollow\">0295160205</a></span> </span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160205\" rel=\"nofollow\">0295160205</a></span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160205\" rel=\"nofollow\">0295160205</a>",
              "target": [
                "a[href=\"tel:+358295160205\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(211) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(211) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(212)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(212) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jukka Lahe</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jukka Lahe</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jukka Lahe</span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160494\" rel=\"nofollow\">0295160494</a></span> </span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160494\" rel=\"nofollow\">0295160494</a></span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160494\" rel=\"nofollow\">0295160494</a>",
              "target": [
                "a[href=\"tel:+358295160494\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(212) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(212) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(213)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(213) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kari Laine</span>, <span itemprop=\"jobTitle\"> utvecklingsråd&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kari Laine</span>, <span itemprop=\"jobTitle\"> utvecklingsråd&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kari Laine</span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> utvecklingsråd&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> Kehittämistoiminto </span> <span class=\"service-group\"> </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Kehittämistoiminto </span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160364\" rel=\"nofollow\">0295160364</a></span> </span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160364\" rel=\"nofollow\">0295160364</a></span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160364\" rel=\"nofollow\">0295160364</a>",
              "target": [
                "a[href=\"tel:+358295160364\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(213) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(213) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(214)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(214) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Johanna Laitamäki</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Johanna Laitamäki</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Johanna Laitamäki</span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160122\" rel=\"nofollow\">0295160122</a></span> </span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160122\" rel=\"nofollow\">0295160122</a></span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160122\" rel=\"nofollow\">0295160122</a>",
              "target": [
                "a[href=\"tel:+358295160122\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(214) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(214) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(215)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(215) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Eveliina Lakso</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Eveliina Lakso</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Eveliina Lakso</span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160151\" rel=\"nofollow\">0295160151</a></span> </span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160151\" rel=\"nofollow\">0295160151</a></span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160151\" rel=\"nofollow\">0295160151</a>",
              "target": [
                "a[href=\"tel:+358295160151\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(215) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(215) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(216)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(216) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Timo Lappalainen</span>, <span itemprop=\"jobTitle\"> projektchef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Timo Lappalainen</span>, <span itemprop=\"jobTitle\"> projektchef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Lappalainen</span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> projektchef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160247\" rel=\"nofollow\">0295160247</a></span> </span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160247\" rel=\"nofollow\">0295160247</a></span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160247\" rel=\"nofollow\">0295160247</a>",
              "target": [
                "a[href=\"tel:+358295160247\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(216) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(216) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(217)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(217) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Päivi Laurila</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Päivi Laurila</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Päivi Laurila</span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160182\" rel=\"nofollow\">0295160182</a></span> </span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160182\" rel=\"nofollow\">0295160182</a></span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160182\" rel=\"nofollow\">0295160182</a>",
              "target": [
                "a[href=\"tel:+358295160182\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(217) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(217) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(218)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(218) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Johanna Lehmola</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Johanna Lehmola</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Johanna Lehmola</span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160682\" rel=\"nofollow\">0295160682</a></span> </span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160682\" rel=\"nofollow\">0295160682</a></span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160682\" rel=\"nofollow\">0295160682</a>",
              "target": [
                "a[href=\"tel:+358295160682\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(218) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(218) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(219)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(219) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Lauri Lehmuskenttä</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Lauri Lehmuskenttä</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Lauri Lehmuskenttä</span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160950\" rel=\"nofollow\">0295160950</a></span> </span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160950\" rel=\"nofollow\">0295160950</a></span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160950\" rel=\"nofollow\">0295160950</a>",
              "target": [
                "a[href=\"tel:+358295160950\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(219) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(219) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(220)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(220) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kiia Lehtimäki</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kiia Lehtimäki</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kiia Lehtimäki</span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160256\" rel=\"nofollow\">0295160256</a></span> </span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160256\" rel=\"nofollow\">0295160256</a></span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160256\" rel=\"nofollow\">0295160256</a>",
              "target": [
                "a[href=\"tel:+358295160256\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(220) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(220) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(221)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(221) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Samuli Lehtola</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Samuli Lehtola</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Samuli Lehtola</span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160120\" rel=\"nofollow\">0295160120</a></span> </span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160120\" rel=\"nofollow\">0295160120</a></span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160120\" rel=\"nofollow\">0295160120</a>",
              "target": [
                "a[href=\"tel:+358295160120\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(221) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(221) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(222)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(222) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jukka Lehtonen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jukka Lehtonen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jukka Lehtonen</span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160714\" rel=\"nofollow\">0295160714</a></span> </span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160714\" rel=\"nofollow\">0295160714</a></span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160714\" rel=\"nofollow\">0295160714</a>",
              "target": [
                "a[href=\"tel:+358295160714\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(222) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(222) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(223)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(223) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Santeri Leinonen</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Santeri Leinonen</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Santeri Leinonen</span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160525\" rel=\"nofollow\">0295160525</a></span> </span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160525\" rel=\"nofollow\">0295160525</a></span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160525\" rel=\"nofollow\">0295160525</a>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"] > a[href=\"tel:+358295160525\"][rel=\"nofollow\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.s.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.s.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(223) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(223) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(224)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(224) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anu Leppänen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anu Leppänen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anu Leppänen</span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160864\" rel=\"nofollow\">0295160864</a></span> </span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160864\" rel=\"nofollow\">0295160864</a></span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160864\" rel=\"nofollow\">0295160864</a>",
              "target": [
                "a[href=\"tel:+358295160864\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(224) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(224) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(225)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(225) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Suvi Leukumaavaara</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Suvi Leukumaavaara</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Suvi Leukumaavaara</span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160156\" rel=\"nofollow\">0295160156</a></span> </span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160156\" rel=\"nofollow\">0295160156</a></span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160156\" rel=\"nofollow\">0295160156</a>",
              "target": [
                "a[href=\"tel:+358295160156\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(225) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(225) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(226)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(226) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jussi Lindblad</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jussi Lindblad</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jussi Lindblad</span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160722\" rel=\"nofollow\">0295160722</a></span> </span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160722\" rel=\"nofollow\">0295160722</a></span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160722\" rel=\"nofollow\">0295160722</a>",
              "target": [
                "a[href=\"tel:+358295160722\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(226) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(226) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(227)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(227) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Sini Lindfors</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Sini Lindfors</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sini Lindfors</span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160480\" rel=\"nofollow\">0295160480</a></span> </span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160480\" rel=\"nofollow\">0295160480</a></span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160480\" rel=\"nofollow\">0295160480</a>",
              "target": [
                "a[href=\"tel:+358295160480\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(227) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(227) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(228)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(228) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Antti Linna</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Antti Linna</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Antti Linna</span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160640\" rel=\"nofollow\">0295160640</a></span> </span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160640\" rel=\"nofollow\">0295160640</a></span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160640\" rel=\"nofollow\">0295160640</a>",
              "target": [
                "a[href=\"tel:+358295160640\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(228) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(228) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(229)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(229) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anni Litja</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anni Litja</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anni Litja</span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160405\" rel=\"nofollow\">0295160405</a></span> </span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160405\" rel=\"nofollow\">0295160405</a></span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160405\" rel=\"nofollow\">0295160405</a>",
              "target": [
                "a[href=\"tel:+358295160405\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(229) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(229) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(230)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(230) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Pekka Louhula</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Pekka Louhula</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pekka Louhula</span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160399\" rel=\"nofollow\">0295160399</a></span> </span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160399\" rel=\"nofollow\">0295160399</a></span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160399\" rel=\"nofollow\">0295160399</a>",
              "target": [
                "a[href=\"tel:+358295160399\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(230) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(230) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(231)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(231) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Elin Lundsten</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Elin Lundsten</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Elin Lundsten</span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161088\" rel=\"nofollow\">0295161088</a></span> </span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161088\" rel=\"nofollow\">0295161088</a></span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161088\" rel=\"nofollow\">0295161088</a>",
              "target": [
                "a[href=\"tel:+358295161088\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(231) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(231) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(232)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(232) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Ulla Lundsten</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Ulla Lundsten</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ulla Lundsten</span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160382\" rel=\"nofollow\">0295160382</a></span> </span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160382\" rel=\"nofollow\">0295160382</a></span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160382\" rel=\"nofollow\">0295160382</a>",
              "target": [
                "a[href=\"tel:+358295160382\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(232) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(232) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(233)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(233) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Teemu Lundén</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Teemu Lundén</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Teemu Lundén</span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160320\" rel=\"nofollow\">0295160320</a></span> </span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160320\" rel=\"nofollow\">0295160320</a></span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160320\" rel=\"nofollow\">0295160320</a>",
              "target": [
                "a[href=\"tel:+358295160320\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(233) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(233) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(234)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(234) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Selja Luostarinen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Selja Luostarinen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Selja Luostarinen</span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160740\" rel=\"nofollow\">0295160740</a></span> </span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160740\" rel=\"nofollow\">0295160740</a></span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160740\" rel=\"nofollow\">0295160740</a>",
              "target": [
                "a[href=\"tel:+358295160740\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(234) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(234) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(235)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(235) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Pirjo Luoto</span>, <span itemprop=\"jobTitle\"> planerare, informationstjänster&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Pirjo Luoto</span>, <span itemprop=\"jobTitle\"> planerare, informationstjänster&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pirjo Luoto</span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationstjänster&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160780\" rel=\"nofollow\">0295160780</a></span> </span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160780\" rel=\"nofollow\">0295160780</a></span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160780\" rel=\"nofollow\">0295160780</a>",
              "target": [
                "a[href=\"tel:+358295160780\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(235) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(235) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(236)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(236) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Marja Lyhty</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Marja Lyhty</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marja Lyhty</span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160642\" rel=\"nofollow\">0295160642</a></span> </span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160642\" rel=\"nofollow\">0295160642</a></span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160642\" rel=\"nofollow\">0295160642</a>",
              "target": [
                "a[href=\"tel:+358295160642\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(236) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(236) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(237)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(237) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Julia Lönnfeldt</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Julia Lönnfeldt</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Julia Lönnfeldt</span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160383\" rel=\"nofollow\">0295160383</a></span> </span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160383\" rel=\"nofollow\">0295160383</a></span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160383\" rel=\"nofollow\">0295160383</a>",
              "target": [
                "a[href=\"tel:+358295160383\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(237) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(237) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"M\" class=\"letter mt-5\">M</h2>",
              "target": [
                "#M"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(239)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(240)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(240) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Heli Maijala</span>, <span itemprop=\"jobTitle\"> serviceexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Heli Maijala</span>, <span itemprop=\"jobTitle\"> serviceexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heli Maijala</span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> serviceexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161103\" rel=\"nofollow\">0295161103</a></span> </span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161103\" rel=\"nofollow\">0295161103</a></span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161103\" rel=\"nofollow\">0295161103</a>",
              "target": [
                "a[href=\"tel:+358295161103\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(240) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(240) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(241)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(241) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Lauri Majamaa</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Lauri Majamaa</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Lauri Majamaa</span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160338\" rel=\"nofollow\">0295160338</a></span> </span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160338\" rel=\"nofollow\">0295160338</a></span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160338\" rel=\"nofollow\">0295160338</a>",
              "target": [
                "a[href=\"tel:+358295160338\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.m.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.m.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(241) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(241) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(242)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(242) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jarkko Makkonen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jarkko Makkonen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jarkko Makkonen</span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160826\" rel=\"nofollow\">0295160826</a></span> </span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160826\" rel=\"nofollow\">0295160826</a></span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160826\" rel=\"nofollow\">0295160826</a>",
              "target": [
                "a[href=\"tel:+358295160826\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(242) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(242) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(243)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(243) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Pirjo Makkonen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Pirjo Makkonen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pirjo Makkonen</span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161109\" rel=\"nofollow\">0295161109</a></span> </span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161109\" rel=\"nofollow\">0295161109</a></span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161109\" rel=\"nofollow\">0295161109</a>",
              "target": [
                "a[href=\"tel:+358295161109\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(243) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(243) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(244)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(244) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jari Malinen</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jari Malinen</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jari Malinen</span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160650\" rel=\"nofollow\">0295160650</a></span> </span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160650\" rel=\"nofollow\">0295160650</a></span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160650\" rel=\"nofollow\">0295160650</a>",
              "target": [
                "a[href=\"tel:+358295160650\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(244) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(244) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(245)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(245) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Annina Malmsten</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Annina Malmsten</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Annina Malmsten</span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160920\" rel=\"nofollow\">0295160920</a></span> </span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160920\" rel=\"nofollow\">0295160920</a></span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160920\" rel=\"nofollow\">0295160920</a>",
              "target": [
                "a[href=\"tel:+358295160920\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(245) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(245) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(246)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(246) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jarkko Manninen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jarkko Manninen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jarkko Manninen</span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160827\" rel=\"nofollow\">0295160827</a></span> </span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160827\" rel=\"nofollow\">0295160827</a></span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160827\" rel=\"nofollow\">0295160827</a>",
              "target": [
                "a[href=\"tel:+358295160827\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(246) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(246) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(247)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(247) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Laura Mattsson</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Laura Mattsson</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Laura Mattsson</span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295351207\" rel=\"nofollow\">0295351207</a></span> </span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295351207\" rel=\"nofollow\">0295351207</a></span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295351207\" rel=\"nofollow\">0295351207</a>",
              "target": [
                "a[href=\"tel:+358295351207\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(247) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(247) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(248)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(248) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Saija Mehtonen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Saija Mehtonen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Saija Mehtonen</span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160210\" rel=\"nofollow\">0295160210</a></span> </span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160210\" rel=\"nofollow\">0295160210</a></span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160210\" rel=\"nofollow\">0295160210</a>",
              "target": [
                "a[href=\"tel:+358295160210\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(248) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(248) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(249)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(249) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Timo Mensonen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Timo Mensonen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Mensonen</span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160798\" rel=\"nofollow\">0295160798</a></span> </span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160798\" rel=\"nofollow\">0295160798</a></span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160798\" rel=\"nofollow\">0295160798</a>",
              "target": [
                "a[href=\"tel:+358295160798\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(249) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(249) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(250)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(250) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Valtteri Meriläinen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Valtteri Meriläinen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Valtteri Meriläinen</span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161093\" rel=\"nofollow\">0295161093</a></span> </span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161093\" rel=\"nofollow\">0295161093</a></span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161093\" rel=\"nofollow\">0295161093</a>",
              "target": [
                "a[href=\"tel:+358295161093\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(250) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(250) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(251)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(251) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Vesa-Pekka Meskanen</span>, <span itemprop=\"jobTitle\"> körmästare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Vesa-Pekka Meskanen</span>, <span itemprop=\"jobTitle\"> körmästare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Vesa-Pekka Meskanen</span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> körmästare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160617\" rel=\"nofollow\">0295160617</a></span> </span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160617\" rel=\"nofollow\">0295160617</a></span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160617\" rel=\"nofollow\">0295160617</a>",
              "target": [
                "a[href=\"tel:+358295160617\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(251) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(251) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(252)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(252) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Teija Metsänperä</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Teija Metsänperä</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Teija Metsänperä</span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160707\" rel=\"nofollow\">0295160707</a></span> </span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160707\" rel=\"nofollow\">0295160707</a></span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160707\" rel=\"nofollow\">0295160707</a>",
              "target": [
                "a[href=\"tel:+358295160707\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(252) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(252) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(253)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(253) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Mikko Missaghi-Rilanto</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Mikko Missaghi-Rilanto</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mikko Missaghi-Rilanto</span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluyksikkö (VPY) </span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160635\" rel=\"nofollow\">0295160635</a></span> </span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160635\" rel=\"nofollow\">0295160635</a></span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160635\" rel=\"nofollow\">0295160635</a>",
              "target": [
                "a[href=\"tel:+358295160635\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(253) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(253) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(254)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(254) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tomi Moilanen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tomi Moilanen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tomi Moilanen</span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160336\" rel=\"nofollow\">0295160336</a></span> </span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160336\" rel=\"nofollow\">0295160336</a></span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160336\" rel=\"nofollow\">0295160336</a>",
              "target": [
                "a[href=\"tel:+358295160336\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(254) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(254) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(255)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(255) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Nico Munter</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Nico Munter</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nico Munter</span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160143\" rel=\"nofollow\">0295160143</a></span> </span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160143\" rel=\"nofollow\">0295160143</a></span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160143\" rel=\"nofollow\">0295160143</a>",
              "target": [
                "a[href=\"tel:+358295160143\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(255) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(255) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(256)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(256) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jiri Mustikka</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jiri Mustikka</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jiri Mustikka</span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160994\" rel=\"nofollow\">0295160994</a></span> </span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160994\" rel=\"nofollow\">0295160994</a></span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160994\" rel=\"nofollow\">0295160994</a>",
              "target": [
                "a[href=\"tel:+358295160994\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(256) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(256) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(257)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(257) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kaj Mustikkamäki</span>, <span itemprop=\"jobTitle\"> konsultativ tjänsteman&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kaj Mustikkamäki</span>, <span itemprop=\"jobTitle\"> konsultativ tjänsteman&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kaj Mustikkamäki</span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> konsultativ tjänsteman&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietoturvallisuusryhmä </span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160432\" rel=\"nofollow\">0295160432</a></span> </span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160432\" rel=\"nofollow\">0295160432</a></span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160432\" rel=\"nofollow\">0295160432</a>",
              "target": [
                "a[href=\"tel:+358295160432\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(257) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(257) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(258)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(258) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Mari Myllyharju</span>, <span itemprop=\"jobTitle\"> planerare, informationstjänster&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Mari Myllyharju</span>, <span itemprop=\"jobTitle\"> planerare, informationstjänster&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mari Myllyharju</span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationstjänster&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160326\" rel=\"nofollow\">0295160326</a></span> </span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160326\" rel=\"nofollow\">0295160326</a></span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160326\" rel=\"nofollow\">0295160326</a>",
              "target": [
                "a[href=\"tel:+358295160326\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(258) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(258) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(259)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(259) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Sini Myllylä</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Sini Myllylä</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sini Myllylä</span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160982\" rel=\"nofollow\">0295160982</a></span> </span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160982\" rel=\"nofollow\">0295160982</a></span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160982\" rel=\"nofollow\">0295160982</a>",
              "target": [
                "a[href=\"tel:+358295160982\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(259) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(259) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(260)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(260) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Edustustilat, Myyntipalvelu</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Edustustilat, Myyntipalvelu</span> </strong>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Edustustilat, Myyntipalvelu</span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160521\" rel=\"nofollow\">0295160521</a></span> </span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160521\" rel=\"nofollow\">0295160521</a></span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160521\" rel=\"nofollow\">0295160521</a>",
              "target": [
                "a[href=\"tel:+358295160521\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">mailto:edustustilat@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">mailto:edustustilat@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(260) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(260) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(261)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(261) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Arsi Mäkelä</span>, <span itemprop=\"jobTitle\"> it-servicechef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Arsi Mäkelä</span>, <span itemprop=\"jobTitle\"> it-servicechef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Arsi Mäkelä</span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> it-servicechef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160747\" rel=\"nofollow\">0295160747</a></span> </span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160747\" rel=\"nofollow\">0295160747</a></span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160747\" rel=\"nofollow\">0295160747</a>",
              "target": [
                "a[href=\"tel:+358295160747\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(261) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(261) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"N\" class=\"letter mt-5\">N</h2>",
              "target": [
                "#N"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(263)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(264)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(264) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Johanna Niemelä</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Johanna Niemelä</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Johanna Niemelä</span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160447\" rel=\"nofollow\">0295160447</a></span> </span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160447\" rel=\"nofollow\">0295160447</a></span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160447\" rel=\"nofollow\">0295160447</a>",
              "target": [
                "a[href=\"tel:+358295160447\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(264) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(264) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(265)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(265) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anne-Kaarina Niemi</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anne-Kaarina Niemi</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anne-Kaarina Niemi</span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160891\" rel=\"nofollow\">0295160891</a></span> </span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160891\" rel=\"nofollow\">0295160891</a></span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160891\" rel=\"nofollow\">0295160891</a>",
              "target": [
                "a[href=\"tel:+358295160891\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(265) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(265) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(266)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(266) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Juha-Matti Nieminen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Juha-Matti Nieminen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Juha-Matti Nieminen</span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160274\" rel=\"nofollow\">0295160274</a></span> </span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160274\" rel=\"nofollow\">0295160274</a></span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160274\" rel=\"nofollow\">0295160274</a>",
              "target": [
                "a[href=\"tel:+358295160274\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(266) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(266) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(267)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(267) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Marjo Nieminen</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Marjo Nieminen</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marjo Nieminen</span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluyksikkö (VPY) </span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160499\" rel=\"nofollow\">0295160499</a></span> </span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160499\" rel=\"nofollow\">0295160499</a></span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160499\" rel=\"nofollow\">0295160499</a>",
              "target": [
                "a[href=\"tel:+358295160499\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(267) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(267) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(268)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(268) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Petteri Niinimäki</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Petteri Niinimäki</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Petteri Niinimäki</span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160651\" rel=\"nofollow\">0295160651</a></span> </span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160651\" rel=\"nofollow\">0295160651</a></span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160651\" rel=\"nofollow\">0295160651</a>",
              "target": [
                "a[href=\"tel:+358295160651\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(268) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(268) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(269)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(269) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Leena Niskanen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Leena Niskanen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Leena Niskanen</span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Sisäisen viestinnän yksikkö </span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160833\" rel=\"nofollow\">0295160833</a></span> </span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160833\" rel=\"nofollow\">0295160833</a></span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160833\" rel=\"nofollow\">0295160833</a>",
              "target": [
                "a[href=\"tel:+358295160833\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(269) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(269) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(270)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(270) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Nina Nissas</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Nina Nissas</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nina Nissas</span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160262\" rel=\"nofollow\">0295160262</a></span> </span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160262\" rel=\"nofollow\">0295160262</a></span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160262\" rel=\"nofollow\">0295160262</a>",
              "target": [
                "a[href=\"tel:+358295160262\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(270) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(270) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(271)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(271) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anton Norrback</span>, <span itemprop=\"jobTitle\"> ryhmäpäällikkö&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anton Norrback</span>, <span itemprop=\"jobTitle\"> ryhmäpäällikkö&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anton Norrback</span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ryhmäpäällikkö&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160041\" rel=\"nofollow\">0295160041</a></span> </span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160041\" rel=\"nofollow\">0295160041</a></span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160041\" rel=\"nofollow\">0295160041</a>",
              "target": [
                "a[href=\"tel:+358295160041\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(271) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(271) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(272)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(272) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jaana Norring</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jaana Norring</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jaana Norring</span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(272) > .contact-info > br:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(272) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(273)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(273) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Henrikki Nurmi</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Henrikki Nurmi</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Henrikki Nurmi</span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160850\" rel=\"nofollow\">0295160850</a></span> </span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160850\" rel=\"nofollow\">0295160850</a></span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160850\" rel=\"nofollow\">0295160850</a>",
              "target": [
                "a[href=\"tel:+358295160850\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(273) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(273) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(274)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(274) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Nina Nurmi</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Nina Nurmi</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nina Nurmi</span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160473\" rel=\"nofollow\">0295160473</a></span> </span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160473\" rel=\"nofollow\">0295160473</a></span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160473\" rel=\"nofollow\">0295160473</a>",
              "target": [
                "a[href=\"tel:+358295160473\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(274) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(274) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(275)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(275) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Merja Nurminen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Merja Nurminen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Merja Nurminen</span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160441\" rel=\"nofollow\">0295160441</a></span> </span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160441\" rel=\"nofollow\">0295160441</a></span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160441\" rel=\"nofollow\">0295160441</a>",
              "target": [
                "a[href=\"tel:+358295160441\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(275) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(275) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(276)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(276) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Hanna Nuutinen</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Hanna Nuutinen</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Hanna Nuutinen</span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160078\" rel=\"nofollow\">0295160078</a></span> </span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160078\" rel=\"nofollow\">0295160078</a></span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160078\" rel=\"nofollow\">0295160078</a>",
              "target": [
                "a[href=\"tel:+358295160078\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(276) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(276) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(277)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(277) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Diana Nyberg</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Diana Nyberg</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Diana Nyberg</span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160293\" rel=\"nofollow\">0295160293</a></span> </span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160293\" rel=\"nofollow\">0295160293</a></span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160293\" rel=\"nofollow\">0295160293</a>",
              "target": [
                "a[href=\"tel:+358295160293\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(277) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(277) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(278)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(278) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Laura Nygård</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Laura Nygård</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Laura Nygård</span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160225\" rel=\"nofollow\">0295160225</a></span> </span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160225\" rel=\"nofollow\">0295160225</a></span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160225\" rel=\"nofollow\">0295160225</a>",
              "target": [
                "a[href=\"tel:+358295160225\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(278) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(278) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(279)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(279) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Pete Nyman</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Pete Nyman</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pete Nyman</span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160071\" rel=\"nofollow\">0295160071</a></span> </span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160071\" rel=\"nofollow\">0295160071</a></span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160071\" rel=\"nofollow\">0295160071</a>",
              "target": [
                "a[href=\"tel:+358295160071\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(279) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(279) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(280)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(280) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Taina Nyström</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Taina Nyström</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Taina Nyström</span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160185\" rel=\"nofollow\">0295160185</a></span> </span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160185\" rel=\"nofollow\">0295160185</a></span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160185\" rel=\"nofollow\">0295160185</a>",
              "target": [
                "a[href=\"tel:+358295160185\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(280) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(280) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(281)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(281) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jani Näsänen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jani Näsänen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jani Näsänen</span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160264\" rel=\"nofollow\">0295160264</a></span> </span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160264\" rel=\"nofollow\">0295160264</a></span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160264\" rel=\"nofollow\">0295160264</a>",
              "target": [
                "a[href=\"tel:+358295160264\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(281) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(281) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"O\" class=\"letter mt-5\">O</h2>",
              "target": [
                "#O"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(283)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(284)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(284) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Timo Oinonen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Timo Oinonen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Oinonen</span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160929\" rel=\"nofollow\">0295160929</a></span> </span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160929\" rel=\"nofollow\">0295160929</a></span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160929\" rel=\"nofollow\">0295160929</a>",
              "target": [
                "a[href=\"tel:+358295160929\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(284) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(284) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(285)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(285) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Heta Oksanen</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Heta Oksanen</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heta Oksanen</span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160797\" rel=\"nofollow\">0295160797</a></span> </span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160797\" rel=\"nofollow\">0295160797</a></span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160797\" rel=\"nofollow\">0295160797</a>",
              "target": [
                "a[href=\"tel:+358295160797\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(285) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(285) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(286)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(286) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Samuli Oksanen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Samuli Oksanen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Samuli Oksanen</span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160155\" rel=\"nofollow\">0295160155</a></span> </span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160155\" rel=\"nofollow\">0295160155</a></span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160155\" rel=\"nofollow\">0295160155</a>",
              "target": [
                "a[href=\"tel:+358295160155\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(286) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(286) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(287)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(287) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Virastomestari Omistajaohjausosasto</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Virastomestari Omistajaohjausosasto</span> </strong>",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virastomestari Omistajaohjausosasto</span>",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160523\" rel=\"nofollow\">0295160523</a></span> </span>",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160523\" rel=\"nofollow\">0295160523</a></span>",
              "target": [
                ".contact-item:nth-child(287) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160523\" rel=\"nofollow\">0295160523</a>",
              "target": [
                "a[href=\"tel:+358295160523\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(287) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(288)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(288) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Eva Orava</span>, <span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Eva Orava</span>, <span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Eva Orava</span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160861\" rel=\"nofollow\">0295160861</a></span> </span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160861\" rel=\"nofollow\">0295160861</a></span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160861\" rel=\"nofollow\">0295160861</a>",
              "target": [
                "a[href=\"tel:+358295160861\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(288) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(288) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(289)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(289) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Marcus Otronen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Marcus Otronen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marcus Otronen</span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160577\" rel=\"nofollow\">0295160577</a></span> </span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160577\" rel=\"nofollow\">0295160577</a></span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160577\" rel=\"nofollow\">0295160577</a>",
              "target": [
                "a[href=\"tel:+358295160577\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(289) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(289) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"P\" class=\"letter mt-5\">P</h2>",
              "target": [
                "#P"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(291)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(292)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(292) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anne-Marie Paakkari</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anne-Marie Paakkari</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anne-Marie Paakkari</span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160241\" rel=\"nofollow\">0295160241</a></span> </span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160241\" rel=\"nofollow\">0295160241</a></span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160241\" rel=\"nofollow\">0295160241</a>",
              "target": [
                "a[href=\"tel:+358295160241\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(292) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(292) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(293)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(293) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kai Paasikivi</span>, <span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kai Paasikivi</span>, <span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kai Paasikivi</span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160686\" rel=\"nofollow\">0295160686</a></span> </span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160686\" rel=\"nofollow\">0295160686</a></span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160686\" rel=\"nofollow\">0295160686</a>",
              "target": [
                "a[href=\"tel:+358295160686\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(293) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(293) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(294)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(294) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Iina Pajuvuo</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Iina Pajuvuo</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Iina Pajuvuo</span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160280\" rel=\"nofollow\">0295160280</a></span> </span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160280\" rel=\"nofollow\">0295160280</a></span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160280\" rel=\"nofollow\">0295160280</a>",
              "target": [
                "a[href=\"tel:+358295160280\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(294) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(294) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(295)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(295) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Roope Pakkanen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Roope Pakkanen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Roope Pakkanen</span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161028\" rel=\"nofollow\">0295161028</a></span> </span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161028\" rel=\"nofollow\">0295161028</a></span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161028\" rel=\"nofollow\">0295161028</a>",
              "target": [
                "a[href=\"tel:+358295161028\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(295) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(295) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(296)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(296) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Timo Palin</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Timo Palin</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Palin</span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160107\" rel=\"nofollow\">0295160107</a></span> </span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160107\" rel=\"nofollow\">0295160107</a></span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160107\" rel=\"nofollow\">0295160107</a>",
              "target": [
                "a[href=\"tel:+358295160107\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(296) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(296) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(297)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(297) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Sanna Pallari</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Sanna Pallari</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sanna Pallari</span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160837\" rel=\"nofollow\">0295160837</a></span> </span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160837\" rel=\"nofollow\">0295160837</a></span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160837\" rel=\"nofollow\">0295160837</a>",
              "target": [
                "a[href=\"tel:+358295160837\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(297) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(297) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(298)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(298) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Markku Parkkonen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Markku Parkkonen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Markku Parkkonen</span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Sisäisen viestinnän yksikkö </span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160150\" rel=\"nofollow\">0295160150</a></span> </span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160150\" rel=\"nofollow\">0295160150</a></span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160150\" rel=\"nofollow\">0295160150</a>",
              "target": [
                "a[href=\"tel:+358295160150\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(298) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(298) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(299)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(299) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Nike Parland</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Nike Parland</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nike Parland</span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160721\" rel=\"nofollow\">0295160721</a></span> </span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160721\" rel=\"nofollow\">0295160721</a></span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160721\" rel=\"nofollow\">0295160721</a>",
              "target": [
                "a[href=\"tel:+358295160721\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(299) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(299) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(300)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(300) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Sinikka Parpala</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Sinikka Parpala</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sinikka Parpala</span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160376\" rel=\"nofollow\">0295160376</a></span> </span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160376\" rel=\"nofollow\">0295160376</a></span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160376\" rel=\"nofollow\">0295160376</a>",
              "target": [
                "a[href=\"tel:+358295160376\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(300) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(300) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(301)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(301) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Maarit Paun</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Maarit Paun</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maarit Paun</span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160816\" rel=\"nofollow\">0295160816</a></span> </span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160816\" rel=\"nofollow\">0295160816</a></span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160816\" rel=\"nofollow\">0295160816</a>",
              "target": [
                "a[href=\"tel:+358295160816\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(301) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(301) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(302)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(302) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Eeva-Riitta Paunonen</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Eeva-Riitta Paunonen</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Eeva-Riitta Paunonen</span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160884\" rel=\"nofollow\">0295160884</a></span> </span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160884\" rel=\"nofollow\">0295160884</a></span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160884\" rel=\"nofollow\">0295160884</a>",
              "target": [
                "a[href=\"tel:+358295160884\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(302) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(302) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(303)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(303) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tuuli Pekkala</span>, <span itemprop=\"jobTitle\"> projektchef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tuuli Pekkala</span>, <span itemprop=\"jobTitle\"> projektchef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tuuli Pekkala</span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> projektchef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160941\" rel=\"nofollow\">0295160941</a></span> </span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160941\" rel=\"nofollow\">0295160941</a></span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160941\" rel=\"nofollow\">0295160941</a>",
              "target": [
                "a[href=\"tel:+358295160941\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(303) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(303) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(304)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(304) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tanja Pekkarinen</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tanja Pekkarinen</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tanja Pekkarinen</span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160427\" rel=\"nofollow\">0295160427</a></span> </span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160427\" rel=\"nofollow\">0295160427</a></span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160427\" rel=\"nofollow\">0295160427</a>",
              "target": [
                "a[href=\"tel:+358295160427\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(304) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(304) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(305)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(305) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Heli Pelkkikangas</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Heli Pelkkikangas</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heli Pelkkikangas</span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160328\" rel=\"nofollow\">0295160328</a></span> </span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160328\" rel=\"nofollow\">0295160328</a></span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160328\" rel=\"nofollow\">0295160328</a>",
              "target": [
                "a[href=\"tel:+358295160328\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(305) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(305) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(306)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(306) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Erika Pelkonen</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Erika Pelkonen</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Erika Pelkonen</span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160295\" rel=\"nofollow\">0295160295</a></span> </span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160295\" rel=\"nofollow\">0295160295</a></span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160295\" rel=\"nofollow\">0295160295</a>",
              "target": [
                "a[href=\"tel:+358295160295\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(306) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(306) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(307)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(307) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Marita Peltomaa</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Marita Peltomaa</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marita Peltomaa</span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161058\" rel=\"nofollow\">0295161058</a></span> </span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161058\" rel=\"nofollow\">0295161058</a></span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161058\" rel=\"nofollow\">0295161058</a>",
              "target": [
                "a[href=\"tel:+358295161058\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(307) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(307) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(308)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(308) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Heidi Peltonen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Heidi Peltonen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heidi Peltonen</span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160355\" rel=\"nofollow\">0295160355</a></span> </span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160355\" rel=\"nofollow\">0295160355</a></span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160355\" rel=\"nofollow\">0295160355</a>",
              "target": [
                "a[href=\"tel:+358295160355\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(308) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(308) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(309)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(309) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Joni Penkari</span>, <span itemprop=\"jobTitle\"> projektchef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Joni Penkari</span>, <span itemprop=\"jobTitle\"> projektchef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Joni Penkari</span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> projektchef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(309) > .contact-info > br:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(309) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(310)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(310) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Emma Penttilä</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Emma Penttilä</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Emma Penttilä</span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160462\" rel=\"nofollow\">0295160462</a></span> </span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160462\" rel=\"nofollow\">0295160462</a></span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160462\" rel=\"nofollow\">0295160462</a>",
              "target": [
                "a[href=\"tel:+358295160462\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(310) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(310) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(311)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(311) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Sami Penttilä</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Sami Penttilä</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sami Penttilä</span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160832\" rel=\"nofollow\">0295160832</a></span> </span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160832\" rel=\"nofollow\">0295160832</a></span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160832\" rel=\"nofollow\">0295160832</a>",
              "target": [
                "a[href=\"tel:+358295160832\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(311) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(311) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(312)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(312) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Petteri Pesonen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Petteri Pesonen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Petteri Pesonen</span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160834\" rel=\"nofollow\">0295160834</a></span> </span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160834\" rel=\"nofollow\">0295160834</a></span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160834\" rel=\"nofollow\">0295160834</a>",
              "target": [
                "a[href=\"tel:+358295160834\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(312) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(312) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(313)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(313) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Katarina Petrell</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Katarina Petrell</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Katarina Petrell</span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160291\" rel=\"nofollow\">0295160291</a></span> </span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160291\" rel=\"nofollow\">0295160291</a></span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160291\" rel=\"nofollow\">0295160291</a>",
              "target": [
                "a[href=\"tel:+358295160291\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(313) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(313) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(314)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(314) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Matti Pieniniemi</span>, <span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Matti Pieniniemi</span>, <span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Matti Pieniniemi</span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160815\" rel=\"nofollow\">0295160815</a></span> </span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160815\" rel=\"nofollow\">0295160815</a></span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160815\" rel=\"nofollow\">0295160815</a>",
              "target": [
                "a[href=\"tel:+358295160815\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(314) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(314) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(315)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(315) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tuomo Pigg</span>, <span itemprop=\"jobTitle\"> konsultativ tjänsteman&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tuomo Pigg</span>, <span itemprop=\"jobTitle\"> konsultativ tjänsteman&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tuomo Pigg</span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> konsultativ tjänsteman&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160479\" rel=\"nofollow\">0295160479</a></span> </span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160479\" rel=\"nofollow\">0295160479</a></span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160479\" rel=\"nofollow\">0295160479</a>",
              "target": [
                "a[href=\"tel:+358295160479\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(315) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(315) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(316)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(316) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tanja Piiparinen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tanja Piiparinen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tanja Piiparinen</span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160687\" rel=\"nofollow\">0295160687</a></span> </span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160687\" rel=\"nofollow\">0295160687</a></span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160687\" rel=\"nofollow\">0295160687</a>",
              "target": [
                "a[href=\"tel:+358295160687\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(316) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(316) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(317)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(317) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Sanna Piiroinen</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Sanna Piiroinen</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sanna Piiroinen</span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160397\" rel=\"nofollow\">0295160397</a></span> </span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160397\" rel=\"nofollow\">0295160397</a></span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160397\" rel=\"nofollow\">0295160397</a>",
              "target": [
                "a[href=\"tel:+358295160397\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(317) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(317) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(318)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(318) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jukka Piispanen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jukka Piispanen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jukka Piispanen</span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160858\" rel=\"nofollow\">0295160858</a></span> </span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160858\" rel=\"nofollow\">0295160858</a></span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160858\" rel=\"nofollow\">0295160858</a>",
              "target": [
                "a[href=\"tel:+358295160858\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(318) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(318) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(319)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(319) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Teemu Pircklén</span>, <span itemprop=\"jobTitle\"> biträdande transportchef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Teemu Pircklén</span>, <span itemprop=\"jobTitle\"> biträdande transportchef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Teemu Pircklén</span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> biträdande transportchef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160243\" rel=\"nofollow\">0295160243</a></span> </span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160243\" rel=\"nofollow\">0295160243</a></span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160243\" rel=\"nofollow\">0295160243</a>",
              "target": [
                "a[href=\"tel:+358295160243\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(319) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(319) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(320)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(320) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Martina Pirilä</span>, <span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Martina Pirilä</span>, <span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Martina Pirilä</span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> ledande sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161125\" rel=\"nofollow\">0295161125</a></span> </span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161125\" rel=\"nofollow\">0295161125</a></span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161125\" rel=\"nofollow\">0295161125</a>",
              "target": [
                "a[href=\"tel:+358295161125\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(320) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(320) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(321)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(321) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Markku Pirttikoski</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Markku Pirttikoski</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Markku Pirttikoski</span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160830\" rel=\"nofollow\">0295160830</a></span> </span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160830\" rel=\"nofollow\">0295160830</a></span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160830\" rel=\"nofollow\">0295160830</a>",
              "target": [
                "a[href=\"tel:+358295160830\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(321) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(321) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(322)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(322) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Päivi Pirttilä</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Päivi Pirttilä</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Päivi Pirttilä</span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160133\" rel=\"nofollow\">0295160133</a></span> </span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160133\" rel=\"nofollow\">0295160133</a></span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160133\" rel=\"nofollow\">0295160133</a>",
              "target": [
                "a[href=\"tel:+358295160133\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(322) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(322) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(323)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(323) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Juha Pitkänen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Juha Pitkänen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Juha Pitkänen</span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160067\" rel=\"nofollow\">0295160067</a></span> </span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160067\" rel=\"nofollow\">0295160067</a></span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160067\" rel=\"nofollow\">0295160067</a>",
              "target": [
                "a[href=\"tel:+358295160067\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(323) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(323) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(324)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(324) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Netta Poikolainen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Netta Poikolainen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Netta Poikolainen</span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160404\" rel=\"nofollow\">0295160404</a></span> </span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160404\" rel=\"nofollow\">0295160404</a></span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160404\" rel=\"nofollow\">0295160404</a>",
              "target": [
                "a[href=\"tel:+358295160404\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(324) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(324) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(325)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(325) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Antti Puhakainen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Antti Puhakainen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Antti Puhakainen</span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160543\" rel=\"nofollow\">0295160543</a></span> </span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160543\" rel=\"nofollow\">0295160543</a></span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160543\" rel=\"nofollow\">0295160543</a>",
              "target": [
                "a[href=\"tel:+358295160543\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(325) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(325) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(326)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(326) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Petteri Puurunen</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Petteri Puurunen</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Petteri Puurunen</span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160808\" rel=\"nofollow\">0295160808</a></span> </span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160808\" rel=\"nofollow\">0295160808</a></span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160808\" rel=\"nofollow\">0295160808</a>",
              "target": [
                "a[href=\"tel:+358295160808\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(326) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(326) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(327)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(327) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tarja Puustinen</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tarja Puustinen</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tarja Puustinen</span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160346\" rel=\"nofollow\">0295160346</a></span> </span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160346\" rel=\"nofollow\">0295160346</a></span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160346\" rel=\"nofollow\">0295160346</a>",
              "target": [
                "a[href=\"tel:+358295160346\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(327) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(327) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(328)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(328) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Antti Pynnönen</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Antti Pynnönen</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Antti Pynnönen</span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160368\" rel=\"nofollow\">0295160368</a></span> </span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160368\" rel=\"nofollow\">0295160368</a></span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160368\" rel=\"nofollow\">0295160368</a>",
              "target": [
                "a[href=\"tel:+358295160368\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(328) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(328) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(329)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(329) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Hanne Pätiälä</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Hanne Pätiälä</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Hanne Pätiälä</span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160641\" rel=\"nofollow\">0295160641</a></span> </span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160641\" rel=\"nofollow\">0295160641</a></span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160641\" rel=\"nofollow\">0295160641</a>",
              "target": [
                "a[href=\"tel:+358295160641\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(329) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(329) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(330)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(330) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Virastomestari Pääministerin aula</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Virastomestari Pääministerin aula</span> </strong>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virastomestari Pääministerin aula</span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160508\" rel=\"nofollow\">0295160508</a></span> </span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160508\" rel=\"nofollow\">0295160508</a></span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160508\" rel=\"nofollow\">0295160508</a>",
              "target": [
                "a[href=\"tel:+358295160508\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(330) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(330) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"R\" class=\"letter mt-5\">R</h2>",
              "target": [
                "#R"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(332)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(333)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(333) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Virpi Raitanen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Virpi Raitanen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virpi Raitanen</span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160775\" rel=\"nofollow\">0295160775</a></span> </span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160775\" rel=\"nofollow\">0295160775</a></span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160775\" rel=\"nofollow\">0295160775</a>",
              "target": [
                "a[href=\"tel:+358295160775\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(333) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(333) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(334)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(334) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Maarit Rajala</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Maarit Rajala</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maarit Rajala</span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160871\" rel=\"nofollow\">0295160871</a></span> </span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160871\" rel=\"nofollow\">0295160871</a></span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160871\" rel=\"nofollow\">0295160871</a>",
              "target": [
                "a[href=\"tel:+358295160871\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(334) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(334) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(335)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(335) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Rene Ranka</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Rene Ranka</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Rene Ranka</span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160619\" rel=\"nofollow\">0295160619</a></span> </span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160619\" rel=\"nofollow\">0295160619</a></span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160619\" rel=\"nofollow\">0295160619</a>",
              "target": [
                "a[href=\"tel:+358295160619\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(335) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(335) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(336)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(336) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Sanna Rantahalvari</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Sanna Rantahalvari</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sanna Rantahalvari</span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160988\" rel=\"nofollow\">0295160988</a></span> </span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160988\" rel=\"nofollow\">0295160988</a></span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160988\" rel=\"nofollow\">0295160988</a>",
              "target": [
                "a[href=\"tel:+358295160988\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(336) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(336) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(337)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(337) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Pekka Rautiainen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Pekka Rautiainen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pekka Rautiainen</span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160436\" rel=\"nofollow\">0295160436</a></span> </span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160436\" rel=\"nofollow\">0295160436</a></span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160436\" rel=\"nofollow\">0295160436</a>",
              "target": [
                "a[href=\"tel:+358295160436\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(337) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(337) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(338)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(338) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Juha Reinonen</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Juha Reinonen</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Juha Reinonen</span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160417\" rel=\"nofollow\">0295160417</a></span> </span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160417\" rel=\"nofollow\">0295160417</a></span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160417\" rel=\"nofollow\">0295160417</a>",
              "target": [
                "a[href=\"tel:+358295160417\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(338) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(338) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(339)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(339) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Esa Rintamäki</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Esa Rintamäki</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Esa Rintamäki</span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160112\" rel=\"nofollow\">0295160112</a></span> </span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160112\" rel=\"nofollow\">0295160112</a></span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160112\" rel=\"nofollow\">0295160112</a>",
              "target": [
                "a[href=\"tel:+358295160112\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(339) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(339) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(340)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(340) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Nina Riska</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Nina Riska</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nina Riska</span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160385\" rel=\"nofollow\">0295160385</a></span> </span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160385\" rel=\"nofollow\">0295160385</a></span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160385\" rel=\"nofollow\">0295160385</a>",
              "target": [
                "a[href=\"tel:+358295160385\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(340) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(340) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(341)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(341) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Marita Risku</span>, <span itemprop=\"jobTitle\"> konsultativ tjänsteman&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Marita Risku</span>, <span itemprop=\"jobTitle\"> konsultativ tjänsteman&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marita Risku</span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> konsultativ tjänsteman&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> Kehittämistoiminto </span> <span class=\"service-group\"> </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Kehittämistoiminto </span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160485\" rel=\"nofollow\">0295160485</a></span> </span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160485\" rel=\"nofollow\">0295160485</a></span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160485\" rel=\"nofollow\">0295160485</a>",
              "target": [
                "a[href=\"tel:+358295160485\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(341) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(341) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(342)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(342) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Sami Rissanen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Sami Rissanen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sami Rissanen</span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160674\" rel=\"nofollow\">0295160674</a></span> </span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160674\" rel=\"nofollow\">0295160674</a></span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160674\" rel=\"nofollow\">0295160674</a>",
              "target": [
                "a[href=\"tel:+358295160674\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(342) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(342) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(343)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(343) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kalle Roine</span>, <span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kalle Roine</span>, <span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kalle Roine</span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160357\" rel=\"nofollow\">0295160357</a></span> </span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160357\" rel=\"nofollow\">0295160357</a></span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160357\" rel=\"nofollow\">0295160357</a>",
              "target": [
                "a[href=\"tel:+358295160357\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(343) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(343) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(344)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(344) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Antti Ruohonen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Antti Ruohonen</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Antti Ruohonen</span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160118\" rel=\"nofollow\">0295160118</a></span> </span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160118\" rel=\"nofollow\">0295160118</a></span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160118\" rel=\"nofollow\">0295160118</a>",
              "target": [
                "a[href=\"tel:+358295160118\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(344) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(344) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(345)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(345) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Verna Ruokonen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Verna Ruokonen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Verna Ruokonen</span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160557\" rel=\"nofollow\">0295160557</a></span> </span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160557\" rel=\"nofollow\">0295160557</a></span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160557\" rel=\"nofollow\">0295160557</a>",
              "target": [
                "a[href=\"tel:+358295160557\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(345) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(345) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(346)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(346) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Teea Ruotsalainen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Teea Ruotsalainen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Teea Ruotsalainen</span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160908\" rel=\"nofollow\">0295160908</a></span> </span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160908\" rel=\"nofollow\">0295160908</a></span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160908\" rel=\"nofollow\">0295160908</a>",
              "target": [
                "a[href=\"tel:+358295160908\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(346) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(346) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(347)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(347) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Henri Ryhänen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Henri Ryhänen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Henri Ryhänen</span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Sisäisen viestinnän yksikkö </span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160137\" rel=\"nofollow\">0295160137</a></span> </span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160137\" rel=\"nofollow\">0295160137</a></span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160137\" rel=\"nofollow\">0295160137</a>",
              "target": [
                "a[href=\"tel:+358295160137\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(347) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(347) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(348)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(348) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Heidi Ryynänen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Heidi Ryynänen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Heidi Ryynänen</span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(348) > .contact-info > br:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(348) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(349)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(349) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anniina Räihä</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anniina Räihä</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anniina Räihä</span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161150\" rel=\"nofollow\">0295161150</a></span> </span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161150\" rel=\"nofollow\">0295161150</a></span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161150\" rel=\"nofollow\">0295161150</a>",
              "target": [
                "a[href=\"tel:+358295161150\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(349) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(349) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(350)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(350) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anneli Räisänen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anneli Räisänen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anneli Räisänen</span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160690\" rel=\"nofollow\">0295160690</a></span> </span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160690\" rel=\"nofollow\">0295160690</a></span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160690\" rel=\"nofollow\">0295160690</a>",
              "target": [
                "a[href=\"tel:+358295160690\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(350) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(350) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(351)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(351) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Petteri Räisänen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Petteri Räisänen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Petteri Räisänen</span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160502\" rel=\"nofollow\">0295160502</a></span> </span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160502\" rel=\"nofollow\">0295160502</a></span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160502\" rel=\"nofollow\">0295160502</a>",
              "target": [
                "a[href=\"tel:+358295160502\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(351) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(351) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(352)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(352) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kristiina Räsänen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kristiina Räsänen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kristiina Räsänen</span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160157\" rel=\"nofollow\">0295160157</a></span> </span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160157\" rel=\"nofollow\">0295160157</a></span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160157\" rel=\"nofollow\">0295160157</a>",
              "target": [
                "a[href=\"tel:+358295160157\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(352) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(352) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(353)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(353) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jukka Räty</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jukka Räty</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jukka Räty</span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160825\" rel=\"nofollow\">0295160825</a></span> </span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160825\" rel=\"nofollow\">0295160825</a></span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160825\" rel=\"nofollow\">0295160825</a>",
              "target": [
                "a[href=\"tel:+358295160825\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(353) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(353) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(354)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(354) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tanja Rönn</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tanja Rönn</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tanja Rönn</span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160899\" rel=\"nofollow\">0295160899</a></span> </span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160899\" rel=\"nofollow\">0295160899</a></span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160899\" rel=\"nofollow\">0295160899</a>",
              "target": [
                "a[href=\"tel:+358295160899\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(354) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(354) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"S\" class=\"letter mt-5\">S</h2>",
              "target": [
                "#S"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(356)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(357)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(357) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Seppo Saarti</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Seppo Saarti</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Seppo Saarti</span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160691\" rel=\"nofollow\">0295160691</a></span> </span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160691\" rel=\"nofollow\">0295160691</a></span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160691\" rel=\"nofollow\">0295160691</a>",
              "target": [
                "a[href=\"tel:+358295160691\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(357) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(357) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(358)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(358) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Timo Sailama</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Timo Sailama</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Sailama</span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160252\" rel=\"nofollow\">0295160252</a></span> </span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160252\" rel=\"nofollow\">0295160252</a></span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160252\" rel=\"nofollow\">0295160252</a>",
              "target": [
                "a[href=\"tel:+358295160252\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(358) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(358) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(359)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(359) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anneli Sainio</span>, <span itemprop=\"jobTitle\"> administrativ medarbetare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anneli Sainio</span>, <span itemprop=\"jobTitle\"> administrativ medarbetare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anneli Sainio</span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> administrativ medarbetare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160656\" rel=\"nofollow\">0295160656</a></span> </span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160656\" rel=\"nofollow\">0295160656</a></span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160656\" rel=\"nofollow\">0295160656</a>",
              "target": [
                "a[href=\"tel:+358295160656\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(359) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(359) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(360)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(360) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jade Saljas</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jade Saljas</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jade Saljas</span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160113\" rel=\"nofollow\">0295160113</a></span> </span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160113\" rel=\"nofollow\">0295160113</a></span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160113\" rel=\"nofollow\">0295160113</a>",
              "target": [
                "a[href=\"tel:+358295160113\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(360) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(360) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(361)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(361) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Aino Salmi</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Aino Salmi</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Aino Salmi</span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160132\" rel=\"nofollow\">0295160132</a></span> </span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160132\" rel=\"nofollow\">0295160132</a></span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160132\" rel=\"nofollow\">0295160132</a>",
              "target": [
                "a[href=\"tel:+358295160132\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.mi.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.mi.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(361) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(361) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(362)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(362) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Senja Salmi</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Senja Salmi</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Senja Salmi</span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160496\" rel=\"nofollow\">0295160496</a></span> </span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160496\" rel=\"nofollow\">0295160496</a></span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160496\" rel=\"nofollow\">0295160496</a>",
              "target": [
                "a[href=\"tel:+358295160496\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(362) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(362) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(363)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(363) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Liisa Salo</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Liisa Salo</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Liisa Salo</span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160654\" rel=\"nofollow\">0295160654</a></span> </span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160654\" rel=\"nofollow\">0295160654</a></span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160654\" rel=\"nofollow\">0295160654</a>",
              "target": [
                "a[href=\"tel:+358295160654\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(363) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(363) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(364)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(364) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Risto Saloranta</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Risto Saloranta</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Risto Saloranta</span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160672\" rel=\"nofollow\">0295160672</a></span> </span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160672\" rel=\"nofollow\">0295160672</a></span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160672\" rel=\"nofollow\">0295160672</a>",
              "target": [
                "a[href=\"tel:+358295160672\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(364) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(364) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(365)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(365) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Ville Saloranta</span>, <span itemprop=\"jobTitle\"> projektchef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Ville Saloranta</span>, <span itemprop=\"jobTitle\"> projektchef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ville Saloranta</span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> projektchef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> Kehittämistoiminto </span> <span class=\"service-group\"> </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Kehittämistoiminto </span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160315\" rel=\"nofollow\">0295160315</a></span> </span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160315\" rel=\"nofollow\">0295160315</a></span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160315\" rel=\"nofollow\">0295160315</a>",
              "target": [
                "a[href=\"tel:+358295160315\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(365) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(365) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(366)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(366) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Mika Salovaara</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Mika Salovaara</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mika Salovaara</span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160099\" rel=\"nofollow\">0295160099</a></span> </span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160099\" rel=\"nofollow\">0295160099</a></span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160099\" rel=\"nofollow\">0295160099</a>",
              "target": [
                "a[href=\"tel:+358295160099\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(366) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(366) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(367)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(367) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Sari Santasilta</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Sari Santasilta</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sari Santasilta</span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160657\" rel=\"nofollow\">0295160657</a></span> </span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160657\" rel=\"nofollow\">0295160657</a></span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160657\" rel=\"nofollow\">0295160657</a>",
              "target": [
                "a[href=\"tel:+358295160657\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(367) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(367) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(368)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(368) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anna Sarasmo</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anna Sarasmo</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anna Sarasmo</span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160544\" rel=\"nofollow\">0295160544</a></span> </span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160544\" rel=\"nofollow\">0295160544</a></span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160544\" rel=\"nofollow\">0295160544</a>",
              "target": [
                "a[href=\"tel:+358295160544\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(368) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(368) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(369)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(369) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Aino Sarkki</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Aino Sarkki</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Aino Sarkki</span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160483\" rel=\"nofollow\">0295160483</a></span> </span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160483\" rel=\"nofollow\">0295160483</a></span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160483\" rel=\"nofollow\">0295160483</a>",
              "target": [
                "a[href=\"tel:+358295160483\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(369) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(369) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(370)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(370) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Ilkka Sarpalehto</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Ilkka Sarpalehto</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ilkka Sarpalehto</span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160931\" rel=\"nofollow\">0295160931</a></span> </span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160931\" rel=\"nofollow\">0295160931</a></span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160931\" rel=\"nofollow\">0295160931</a>",
              "target": [
                "a[href=\"tel:+358295160931\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(370) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(370) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(371)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(371) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anri Schroderus</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anri Schroderus</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anri Schroderus</span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160692\" rel=\"nofollow\">0295160692</a></span> </span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160692\" rel=\"nofollow\">0295160692</a></span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160692\" rel=\"nofollow\">0295160692</a>",
              "target": [
                "a[href=\"tel:+358295160692\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(371) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(371) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(372)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(372) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tina Seidel</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tina Seidel</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tina Seidel</span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160211\" rel=\"nofollow\">0295160211</a></span> </span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160211\" rel=\"nofollow\">0295160211</a></span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160211\" rel=\"nofollow\">0295160211</a>",
              "target": [
                "a[href=\"tel:+358295160211\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(372) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(372) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(373)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(373) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Annaleena Selén</span>, <span itemprop=\"jobTitle\"> försäljningssekreterare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Annaleena Selén</span>, <span itemprop=\"jobTitle\"> försäljningssekreterare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Annaleena Selén</span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> försäljningssekreterare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160108\" rel=\"nofollow\">0295160108</a></span> </span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160108\" rel=\"nofollow\">0295160108</a></span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160108\" rel=\"nofollow\">0295160108</a>",
              "target": [
                "a[href=\"tel:+358295160108\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(373) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(373) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(374)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(374) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Asta Seppälä</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Asta Seppälä</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Asta Seppälä</span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160414\" rel=\"nofollow\">0295160414</a></span> </span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160414\" rel=\"nofollow\">0295160414</a></span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160414\" rel=\"nofollow\">0295160414</a>",
              "target": [
                "a[href=\"tel:+358295160414\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(374) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(374) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(375)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(375) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Osku Sikiö</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Osku Sikiö</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Osku Sikiö</span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160746\" rel=\"nofollow\">0295160746</a></span> </span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160746\" rel=\"nofollow\">0295160746</a></span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160746\" rel=\"nofollow\">0295160746</a>",
              "target": [
                "a[href=\"tel:+358295160746\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(375) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(375) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(376)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(376) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Petri Silander</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Petri Silander</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Petri Silander</span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160917\" rel=\"nofollow\">0295160917</a></span> </span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160917\" rel=\"nofollow\">0295160917</a></span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160917\" rel=\"nofollow\">0295160917</a>",
              "target": [
                "a[href=\"tel:+358295160917\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(376) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(376) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(377)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(377) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Liisa Sipola</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Liisa Sipola</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Liisa Sipola</span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160743\" rel=\"nofollow\">0295160743</a></span> </span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160743\" rel=\"nofollow\">0295160743</a></span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160743\" rel=\"nofollow\">0295160743</a>",
              "target": [
                "a[href=\"tel:+358295160743\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(377) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(377) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(378)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(378) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Sakari Sipponen</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Sakari Sipponen</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sakari Sipponen</span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160879\" rel=\"nofollow\">0295160879</a></span> </span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160879\" rel=\"nofollow\">0295160879</a></span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160879\" rel=\"nofollow\">0295160879</a>",
              "target": [
                "a[href=\"tel:+358295160879\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(378) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(378) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(379)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(379) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jyrki Sirenius</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jyrki Sirenius</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jyrki Sirenius</span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160063\" rel=\"nofollow\">0295160063</a></span> </span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160063\" rel=\"nofollow\">0295160063</a></span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160063\" rel=\"nofollow\">0295160063</a>",
              "target": [
                "a[href=\"tel:+358295160063\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(379) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(379) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(380)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(380) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Erik Sjöberg</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Erik Sjöberg</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Erik Sjöberg</span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160878\" rel=\"nofollow\">0295160878</a></span> </span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160878\" rel=\"nofollow\">0295160878</a></span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160878\" rel=\"nofollow\">0295160878</a>",
              "target": [
                "a[href=\"tel:+358295160878\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(380) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(380) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(381)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(381) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Katarina Skräddar</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Katarina Skräddar</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Katarina Skräddar</span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160540\" rel=\"nofollow\">0295160540</a></span> </span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160540\" rel=\"nofollow\">0295160540</a></span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160540\" rel=\"nofollow\">0295160540</a>",
              "target": [
                "a[href=\"tel:+358295160540\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(381) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(381) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(382)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(382) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Maaria Soini</span>, <span itemprop=\"jobTitle\"> assistent&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Maaria Soini</span>, <span itemprop=\"jobTitle\"> assistent&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maaria Soini</span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> assistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160876\" rel=\"nofollow\">0295160876</a></span> </span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160876\" rel=\"nofollow\">0295160876</a></span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160876\" rel=\"nofollow\">0295160876</a>",
              "target": [
                "a[href=\"tel:+358295160876\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(382) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(382) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(383)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(383) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Asmo Somerikko</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Asmo Somerikko</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Asmo Somerikko</span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160658\" rel=\"nofollow\">0295160658</a></span> </span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160658\" rel=\"nofollow\">0295160658</a></span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160658\" rel=\"nofollow\">0295160658</a>",
              "target": [
                "a[href=\"tel:+358295160658\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(383) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(383) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(384)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(384) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tuomo Soramo</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tuomo Soramo</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tuomo Soramo</span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160769\" rel=\"nofollow\">0295160769</a></span> </span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160769\" rel=\"nofollow\">0295160769</a></span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160769\" rel=\"nofollow\">0295160769</a>",
              "target": [
                "a[href=\"tel:+358295160769\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(384) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(384) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(385)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(385) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tuomo Soukkio</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tuomo Soukkio</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tuomo Soukkio</span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160779\" rel=\"nofollow\">0295160779</a></span> </span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160779\" rel=\"nofollow\">0295160779</a></span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160779\" rel=\"nofollow\">0295160779</a>",
              "target": [
                "a[href=\"tel:+358295160779\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(385) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(385) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(386)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(386) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anita Strandberg</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anita Strandberg</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anita Strandberg</span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160307\" rel=\"nofollow\">0295160307</a></span> </span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160307\" rel=\"nofollow\">0295160307</a></span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160307\" rel=\"nofollow\">0295160307</a>",
              "target": [
                "a[href=\"tel:+358295160307\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(386) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(386) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(387)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(387) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jan Strandberg</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jan Strandberg</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jan Strandberg</span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160794\" rel=\"nofollow\">0295160794</a></span> </span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160794\" rel=\"nofollow\">0295160794</a></span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160794\" rel=\"nofollow\">0295160794</a>",
              "target": [
                "a[href=\"tel:+358295160794\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(387) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(387) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(388)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(388) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Irene Strömmer</span>, <span itemprop=\"jobTitle\"> praktikant&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Irene Strömmer</span>, <span itemprop=\"jobTitle\"> praktikant&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Irene Strömmer</span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> praktikant&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160525\" rel=\"nofollow\">0295160525</a></span> </span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160525\" rel=\"nofollow\">0295160525</a></span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160525\" rel=\"nofollow\">0295160525</a>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"] > a[href=\"tel:+358295160525\"][rel=\"nofollow\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(388) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(388) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(389)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(389) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Harri Suhonen</span>, <span itemprop=\"jobTitle\"> testningschef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Harri Suhonen</span>, <span itemprop=\"jobTitle\"> testningschef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Harri Suhonen</span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> testningschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietojärjestelmäyksikkö </span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160630\" rel=\"nofollow\">0295160630</a></span> </span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160630\" rel=\"nofollow\">0295160630</a></span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160630\" rel=\"nofollow\">0295160630</a>",
              "target": [
                "a[href=\"tel:+358295160630\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(389) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(389) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(390)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(390) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kati Suomalainen</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kati Suomalainen</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kati Suomalainen</span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160582\" rel=\"nofollow\">0295160582</a></span> </span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160582\" rel=\"nofollow\">0295160582</a></span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160582\" rel=\"nofollow\">0295160582</a>",
              "target": [
                "a[href=\"tel:+358295160582\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(390) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(390) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(391)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(391) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jarkko Suominen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jarkko Suominen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jarkko Suominen</span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160952\" rel=\"nofollow\">0295160952</a></span> </span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160952\" rel=\"nofollow\">0295160952</a></span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160952\" rel=\"nofollow\">0295160952</a>",
              "target": [
                "a[href=\"tel:+358295160952\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(391) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(391) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(392)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(392) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Marika Svenlin</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Marika Svenlin</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Marika Svenlin</span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160275\" rel=\"nofollow\">0295160275</a></span> </span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160275\" rel=\"nofollow\">0295160275</a></span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160275\" rel=\"nofollow\">0295160275</a>",
              "target": [
                "a[href=\"tel:+358295160275\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(392) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(392) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(393)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(393) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Essi Syrjäkari</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Essi Syrjäkari</span>, <span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Essi Syrjäkari</span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160153\" rel=\"nofollow\">0295160153</a></span> </span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160153\" rel=\"nofollow\">0295160153</a></span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160153\" rel=\"nofollow\">0295160153</a>",
              "target": [
                "a[href=\"tel:+358295160153\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(393) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(393) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(394)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(394) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">palvelukoordinaattori Säätytalo</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">palvelukoordinaattori Säätytalo</span> </strong>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">palvelukoordinaattori Säätytalo</span>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160515\" rel=\"nofollow\">0295160515</a></span> </span>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160515\" rel=\"nofollow\">0295160515</a></span>",
              "target": [
                ".contact-item:nth-child(394) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160515\" rel=\"nofollow\">0295160515</a>",
              "target": [
                "a[href=\"tel:+358295160515\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(394) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(395)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(395) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Virastomestari Säätytalo</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Virastomestari Säätytalo</span> </strong>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Virastomestari Säätytalo</span>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160516\" rel=\"nofollow\">0295160516</a></span> </span>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160516\" rel=\"nofollow\">0295160516</a></span>",
              "target": [
                ".contact-item:nth-child(395) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160516\" rel=\"nofollow\">0295160516</a>",
              "target": [
                "a[href=\"tel:+358295160516\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(395) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(396)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(396) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Antti Söderholm</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Antti Söderholm</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Antti Söderholm</span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietoturvallisuusryhmä </span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160489\" rel=\"nofollow\">0295160489</a></span> </span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160489\" rel=\"nofollow\">0295160489</a></span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160489\" rel=\"nofollow\">0295160489</a>",
              "target": [
                "a[href=\"tel:+358295160489\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(396) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(396) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(397)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(397) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tom Söderholm</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tom Söderholm</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tom Söderholm</span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160838\" rel=\"nofollow\">0295160838</a></span> </span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160838\" rel=\"nofollow\">0295160838</a></span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160838\" rel=\"nofollow\">0295160838</a>",
              "target": [
                "a[href=\"tel:+358295160838\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(397) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(397) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(398)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(398) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Ida Söderlund</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Ida Söderlund</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ida Söderlund</span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(398) > .contact-info > br:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(398) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"T\" class=\"letter mt-5\">T</h2>",
              "target": [
                "#T"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(400)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(401)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(401) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anneli Tahvanainen</span>, <span itemprop=\"jobTitle\"> lagstiftningsråd&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anneli Tahvanainen</span>, <span itemprop=\"jobTitle\"> lagstiftningsråd&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anneli Tahvanainen</span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> lagstiftningsråd&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160299\" rel=\"nofollow\">0295160299</a></span> </span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160299\" rel=\"nofollow\">0295160299</a></span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160299\" rel=\"nofollow\">0295160299</a>",
              "target": [
                "a[href=\"tel:+358295160299\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(401) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(401) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(402)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(402) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kimmo Takamaa</span>, <span itemprop=\"jobTitle\"> utvecklingschef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kimmo Takamaa</span>, <span itemprop=\"jobTitle\"> utvecklingschef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kimmo Takamaa</span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> utvecklingschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160859\" rel=\"nofollow\">0295160859</a></span> </span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160859\" rel=\"nofollow\">0295160859</a></span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160859\" rel=\"nofollow\">0295160859</a>",
              "target": [
                "a[href=\"tel:+358295160859\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(402) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(402) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(403)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(403) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tea Talala</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tea Talala</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tea Talala</span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160268\" rel=\"nofollow\">0295160268</a></span> </span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160268\" rel=\"nofollow\">0295160268</a></span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160268\" rel=\"nofollow\">0295160268</a>",
              "target": [
                "a[href=\"tel:+358295160268\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(403) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(403) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(404)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(404) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Lassi Tammi</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Lassi Tammi</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Lassi Tammi</span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160114\" rel=\"nofollow\">0295160114</a></span> </span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160114\" rel=\"nofollow\">0295160114</a></span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160114\" rel=\"nofollow\">0295160114</a>",
              "target": [
                "a[href=\"tel:+358295160114\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(404) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(404) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(405)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(405) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Eero Tanhuanpää</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Eero Tanhuanpää</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Eero Tanhuanpää</span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160253\" rel=\"nofollow\">0295160253</a></span> </span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160253\" rel=\"nofollow\">0295160253</a></span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160253\" rel=\"nofollow\">0295160253</a>",
              "target": [
                "a[href=\"tel:+358295160253\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(405) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(405) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(406)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(406) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Maria Tanskanen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Maria Tanskanen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maria Tanskanen</span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> Kehittämistoiminto </span> <span class=\"service-group\"> </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Kehittämistoiminto </span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160840\" rel=\"nofollow\">0295160840</a></span> </span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160840\" rel=\"nofollow\">0295160840</a></span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160840\" rel=\"nofollow\">0295160840</a>",
              "target": [
                "a[href=\"tel:+358295160840\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(406) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(406) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(407)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(407) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jenna Tarvainen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jenna Tarvainen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jenna Tarvainen</span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Sisäisen viestinnän yksikkö </span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160959\" rel=\"nofollow\">0295160959</a></span> </span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160959\" rel=\"nofollow\">0295160959</a></span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160959\" rel=\"nofollow\">0295160959</a>",
              "target": [
                "a[href=\"tel:+358295160959\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(407) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(407) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(408)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(408) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Reijo Tarvainen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Reijo Tarvainen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Reijo Tarvainen</span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160860\" rel=\"nofollow\">0295160860</a></span> </span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160860\" rel=\"nofollow\">0295160860</a></span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160860\" rel=\"nofollow\">0295160860</a>",
              "target": [
                "a[href=\"tel:+358295160860\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(408) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(408) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(409)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(409) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Aila Tauriainen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Aila Tauriainen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Aila Tauriainen</span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160881\" rel=\"nofollow\">0295160881</a></span> </span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160881\" rel=\"nofollow\">0295160881</a></span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160881\" rel=\"nofollow\">0295160881</a>",
              "target": [
                "a[href=\"tel:+358295160881\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(409) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(409) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(410)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(410) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Erik Tell</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Erik Tell</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Erik Tell</span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160231\" rel=\"nofollow\">0295160231</a></span> </span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160231\" rel=\"nofollow\">0295160231</a></span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160231\" rel=\"nofollow\">0295160231</a>",
              "target": [
                "a[href=\"tel:+358295160231\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(410) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(410) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(411)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(411) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jonna Terävä</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jonna Terävä</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jonna Terävä</span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160168\" rel=\"nofollow\">0295160168</a></span> </span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160168\" rel=\"nofollow\">0295160168</a></span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160168\" rel=\"nofollow\">0295160168</a>",
              "target": [
                "a[href=\"tel:+358295160168\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(411) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(411) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(412)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(412) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Timo Thurén</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Timo Thurén</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Thurén</span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161070\" rel=\"nofollow\">0295161070</a></span> </span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161070\" rel=\"nofollow\">0295161070</a></span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161070\" rel=\"nofollow\">0295161070</a>",
              "target": [
                "a[href=\"tel:+358295161070\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(412) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(412) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(413)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(413) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Ville Tiainen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Ville Tiainen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ville Tiainen</span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160283\" rel=\"nofollow\">0295160283</a></span> </span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160283\" rel=\"nofollow\">0295160283</a></span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160283\" rel=\"nofollow\">0295160283</a>",
              "target": [
                "a[href=\"tel:+358295160283\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(413) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(413) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(414)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(414) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Sari Tiempo</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Sari Tiempo</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sari Tiempo</span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160627\" rel=\"nofollow\">0295160627</a></span> </span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160627\" rel=\"nofollow\">0295160627</a></span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160627\" rel=\"nofollow\">0295160627</a>",
              "target": [
                "a[href=\"tel:+358295160627\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(414) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(414) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(415)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(415) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Timo Tiihonen</span>, <span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Timo Tiihonen</span>, <span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Tiihonen</span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160620\" rel=\"nofollow\">0295160620</a></span> </span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160620\" rel=\"nofollow\">0295160620</a></span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160620\" rel=\"nofollow\">0295160620</a>",
              "target": [
                "a[href=\"tel:+358295160620\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(415) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(415) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(416)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(416) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Sonja Tiilikainen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Sonja Tiilikainen</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sonja Tiilikainen</span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160221\" rel=\"nofollow\">0295160221</a></span> </span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160221\" rel=\"nofollow\">0295160221</a></span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160221\" rel=\"nofollow\">0295160221</a>",
              "target": [
                "a[href=\"tel:+358295160221\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(416) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(416) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(417)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(417) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Reijo Tikka</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Reijo Tikka</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Reijo Tikka</span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160064\" rel=\"nofollow\">0295160064</a></span> </span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160064\" rel=\"nofollow\">0295160064</a></span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160064\" rel=\"nofollow\">0295160064</a>",
              "target": [
                "a[href=\"tel:+358295160064\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(417) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(417) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(418)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(418) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Siiri Tikkanen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Siiri Tikkanen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Siiri Tikkanen</span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160481\" rel=\"nofollow\">0295160481</a></span> </span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160481\" rel=\"nofollow\">0295160481</a></span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160481\" rel=\"nofollow\">0295160481</a>",
              "target": [
                "a[href=\"tel:+358295160481\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(418) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(418) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(419)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(419) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Ville Toivola</span>, <span itemprop=\"jobTitle\"> samordnare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Ville Toivola</span>, <span itemprop=\"jobTitle\"> samordnare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ville Toivola</span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> samordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161092\" rel=\"nofollow\">0295161092</a></span> </span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161092\" rel=\"nofollow\">0295161092</a></span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161092\" rel=\"nofollow\">0295161092</a>",
              "target": [
                "a[href=\"tel:+358295161092\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(419) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(419) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(420)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(420) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Juha Tuomi</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Juha Tuomi</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Juha Tuomi</span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160903\" rel=\"nofollow\">0295160903</a></span> </span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160903\" rel=\"nofollow\">0295160903</a></span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160903\" rel=\"nofollow\">0295160903</a>",
              "target": [
                "a[href=\"tel:+358295160903\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(420) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(420) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(421)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(421) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Teemu Tuomola</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Teemu Tuomola</span>, <span itemprop=\"jobTitle\"> chaufför&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Teemu Tuomola</span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> chaufför&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161173\" rel=\"nofollow\">0295161173</a></span> </span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161173\" rel=\"nofollow\">0295161173</a></span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161173\" rel=\"nofollow\">0295161173</a>",
              "target": [
                "a[href=\"tel:+358295161173\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(421) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(421) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(422)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(422) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Juha Tupasela</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Juha Tupasela</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Juha Tupasela</span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160238\" rel=\"nofollow\">0295160238</a></span> </span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160238\" rel=\"nofollow\">0295160238</a></span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160238\" rel=\"nofollow\">0295160238</a>",
              "target": [
                "a[href=\"tel:+358295160238\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(422) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(422) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(423)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(423) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tony Turkki</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tony Turkki</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tony Turkki</span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160880\" rel=\"nofollow\">0295160880</a></span> </span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160880\" rel=\"nofollow\">0295160880</a></span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160880\" rel=\"nofollow\">0295160880</a>",
              "target": [
                "a[href=\"tel:+358295160880\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(423) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(423) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(424)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(424) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Henna-Maria Turunen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Henna-Maria Turunen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Henna-Maria Turunen</span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160484\" rel=\"nofollow\">0295160484</a></span> </span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160484\" rel=\"nofollow\">0295160484</a></span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160484\" rel=\"nofollow\">0295160484</a>",
              "target": [
                "a[href=\"tel:+358295160484\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(424) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(424) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(425)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(425) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Harri Tuutti</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Harri Tuutti</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Harri Tuutti</span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160765\" rel=\"nofollow\">0295160765</a></span> </span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160765\" rel=\"nofollow\">0295160765</a></span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160765\" rel=\"nofollow\">0295160765</a>",
              "target": [
                "a[href=\"tel:+358295160765\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(425) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(425) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(426)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(426) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jani Tyni</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jani Tyni</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jani Tyni</span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160839\" rel=\"nofollow\">0295160839</a></span> </span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160839\" rel=\"nofollow\">0295160839</a></span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160839\" rel=\"nofollow\">0295160839</a>",
              "target": [
                "a[href=\"tel:+358295160839\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(426) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(426) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"U\" class=\"letter mt-5\">U</h2>",
              "target": [
                "#U"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(428)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(429)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(429) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Niina Uitto</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Niina Uitto</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Niina Uitto</span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\"> <span class=\"ministry\"> statsrådets kansli, </span> <span class=\"department\"> statsrådets förvaltningsenhet, </span> <span class=\"service-unit\"> informationssektorn, </span> <span class=\"service-group\"> IT-enhet </span> <span class=\"special-labels\"> </span> </span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> IT-enhet </span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160227\" rel=\"nofollow\">0295160227</a></span> </span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160227\" rel=\"nofollow\">0295160227</a></span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160227\" rel=\"nofollow\">0295160227</a>",
              "target": [
                "a[href=\"tel:+358295160227\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(429) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(429) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(430)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(430) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Ari Uljas</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Ari Uljas</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ari Uljas</span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160065\" rel=\"nofollow\">0295160065</a></span> </span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160065\" rel=\"nofollow\">0295160065</a></span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160065\" rel=\"nofollow\">0295160065</a>",
              "target": [
                "a[href=\"tel:+358295160065\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(430) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(430) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"V\" class=\"letter mt-5\">V</h2>",
              "target": [
                "#V"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(432)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(433)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(433) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Aleksanterinkatu VN Infopiste</span>, <span itemprop=\"jobTitle\"> Statsrådsborgens huvudentré&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Aleksanterinkatu VN Infopiste</span>, <span itemprop=\"jobTitle\"> Statsrådsborgens huvudentré&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Aleksanterinkatu VN Infopiste</span>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Statsrådsborgens huvudentré&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160504\" rel=\"nofollow\">0295160504</a></span> </span>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160504\" rel=\"nofollow\">0295160504</a></span>",
              "target": [
                ".contact-item:nth-child(433) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160504\" rel=\"nofollow\">0295160504</a>",
              "target": [
                "a[href=\"tel:+358295160504\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(433) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(434)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(434) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Snellmaninkatu VN Infopiste</span>, <span itemprop=\"jobTitle\"> Statsrådsborgens huvudentré&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Snellmaninkatu VN Infopiste</span>, <span itemprop=\"jobTitle\"> Statsrådsborgens huvudentré&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Snellmaninkatu VN Infopiste</span>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Statsrådsborgens huvudentré&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160503\" rel=\"nofollow\">0295160503</a></span> </span>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160503\" rel=\"nofollow\">0295160503</a></span>",
              "target": [
                ".contact-item:nth-child(434) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160503\" rel=\"nofollow\">0295160503</a>",
              "target": [
                "a[href=\"tel:+358295160503\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(434) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(435)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(435) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jakelukeskus VNK</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jakelukeskus VNK</span> </strong>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jakelukeskus VNK</span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160512\" rel=\"nofollow\">0295160512</a></span> </span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160512\" rel=\"nofollow\">0295160512</a></span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160512\" rel=\"nofollow\">0295160512</a>",
              "target": [
                "a[href=\"tel:+358295160512\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(435) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(435) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(436)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(436) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jaana Vahlstedt</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jaana Vahlstedt</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jaana Vahlstedt</span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160664\" rel=\"nofollow\">0295160664</a></span> </span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160664\" rel=\"nofollow\">0295160664</a></span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160664\" rel=\"nofollow\">0295160664</a>",
              "target": [
                "a[href=\"tel:+358295160664\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(436) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(436) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(437)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(437) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Pia Valkeapää</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Pia Valkeapää</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pia Valkeapää</span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161063\" rel=\"nofollow\">0295161063</a></span> </span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161063\" rel=\"nofollow\">0295161063</a></span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161063\" rel=\"nofollow\">0295161063</a>",
              "target": [
                "a[href=\"tel:+358295161063\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(437) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(437) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(438)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(438) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Riikka Valkeavaara</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Riikka Valkeavaara</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Riikka Valkeavaara</span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160669\" rel=\"nofollow\">0295160669</a></span> </span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160669\" rel=\"nofollow\">0295160669</a></span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160669\" rel=\"nofollow\">0295160669</a>",
              "target": [
                "a[href=\"tel:+358295160669\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(438) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(438) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(439)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(439) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Martti Valli</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Martti Valli</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Martti Valli</span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160933\" rel=\"nofollow\">0295160933</a></span> </span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160933\" rel=\"nofollow\">0295160933</a></span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160933\" rel=\"nofollow\">0295160933</a>",
              "target": [
                "a[href=\"tel:+358295160933\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(439) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(439) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(440)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(440) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Amanda Valtanen</span>, <span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Amanda Valtanen</span>, <span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Amanda Valtanen</span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationshanteringsassistent&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160845\" rel=\"nofollow\">0295160845</a></span> </span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160845\" rel=\"nofollow\">0295160845</a></span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160845\" rel=\"nofollow\">0295160845</a>",
              "target": [
                "a[href=\"tel:+358295160845\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(440) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(440) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(441)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(441) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kesäranta Valvomo</span>, <span itemprop=\"jobTitle\"> skydda&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kesäranta Valvomo</span>, <span itemprop=\"jobTitle\"> skydda&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kesäranta Valvomo</span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> skydda&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160506\" rel=\"nofollow\">0295160506</a></span> </span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160506\" rel=\"nofollow\">0295160506</a></span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160506\" rel=\"nofollow\">0295160506</a>",
              "target": [
                "a[href=\"tel:+358295160506\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(441) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(441) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(442)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(442) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Sanna Varvas-Tanskanen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Sanna Varvas-Tanskanen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sanna Varvas-Tanskanen</span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160564\" rel=\"nofollow\">0295160564</a></span> </span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160564\" rel=\"nofollow\">0295160564</a></span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160564\" rel=\"nofollow\">0295160564</a>",
              "target": [
                "a[href=\"tel:+358295160564\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(442) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(442) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(443)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(443) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Lassi Vasanen</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Lassi Vasanen</span>, <span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Lassi Vasanen</span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> informationsexpert&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160204\" rel=\"nofollow\">0295160204</a></span> </span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160204\" rel=\"nofollow\">0295160204</a></span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160204\" rel=\"nofollow\">0295160204</a>",
              "target": [
                "a[href=\"tel:+358295160204\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(443) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(443) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(444)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(444) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jenni Vastamäki</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jenni Vastamäki</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jenni Vastamäki</span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160249\" rel=\"nofollow\">0295160249</a></span> </span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160249\" rel=\"nofollow\">0295160249</a></span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160249\" rel=\"nofollow\">0295160249</a>",
              "target": [
                "a[href=\"tel:+358295160249\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(444) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(444) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(445)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(445) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Tiina Vastamäki</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Tiina Vastamäki</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Tiina Vastamäki</span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160474\" rel=\"nofollow\">0295160474</a></span> </span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160474\" rel=\"nofollow\">0295160474</a></span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160474\" rel=\"nofollow\">0295160474</a>",
              "target": [
                "a[href=\"tel:+358295160474\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(445) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(445) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(446)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(446) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Jonne Vehviläinen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Jonne Vehviläinen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Jonne Vehviläinen</span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160248\" rel=\"nofollow\">0295160248</a></span> </span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160248\" rel=\"nofollow\">0295160248</a></span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160248\" rel=\"nofollow\">0295160248</a>",
              "target": [
                "a[href=\"tel:+358295160248\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(446) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(446) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(447)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(447) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Niko Venäläinen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Niko Venäläinen</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Niko Venäläinen</span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Toimitilayksikkö (TTY) </span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160805\" rel=\"nofollow\">0295160805</a></span> </span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160805\" rel=\"nofollow\">0295160805</a></span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160805\" rel=\"nofollow\">0295160805</a>",
              "target": [
                "a[href=\"tel:+358295160805\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(447) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(447) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(448)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(448) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Salla Vepsä-Moilanen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Salla Vepsä-Moilanen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Salla Vepsä-Moilanen</span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160344\" rel=\"nofollow\">0295160344</a></span> </span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160344\" rel=\"nofollow\">0295160344</a></span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160344\" rel=\"nofollow\">0295160344</a>",
              "target": [
                "a[href=\"tel:+358295160344\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(448) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(448) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(449)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(449) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Janne Vierimaa</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Janne Vierimaa</span>, <span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Janne Vierimaa</span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> vaktmästerichef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160854\" rel=\"nofollow\">0295160854</a></span> </span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160854\" rel=\"nofollow\">0295160854</a></span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160854\" rel=\"nofollow\">0295160854</a>",
              "target": [
                "a[href=\"tel:+358295160854\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(449) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(449) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(450)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(450) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Anu Vihavainen</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Anu Vihavainen</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Anu Vihavainen</span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160568\" rel=\"nofollow\">0295160568</a></span> </span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160568\" rel=\"nofollow\">0295160568</a></span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160568\" rel=\"nofollow\">0295160568</a>",
              "target": [
                "a[href=\"tel:+358295160568\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(450) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(450) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(451)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(451) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Silja Vikstedt</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Silja Vikstedt</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Silja Vikstedt</span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160215\" rel=\"nofollow\">0295160215</a></span> </span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160215\" rel=\"nofollow\">0295160215</a></span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160215\" rel=\"nofollow\">0295160215</a>",
              "target": [
                "a[href=\"tel:+358295160215\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(451) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(451) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(452)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(452) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Aleksanterinkatu 4-10 Virastomestarit</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Aleksanterinkatu 4-10 Virastomestarit</span> </strong>",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Aleksanterinkatu 4-10 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161220\" rel=\"nofollow\">0295161220</a></span> </span>",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161220\" rel=\"nofollow\">0295161220</a></span>",
              "target": [
                ".contact-item:nth-child(452) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161220\" rel=\"nofollow\">0295161220</a>",
              "target": [
                "a[href=\"tel:+358295161220\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(452) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(453)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(453) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Arppeanum Virastomestarit</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Arppeanum Virastomestarit</span> </strong>",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Arppeanum Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160727\" rel=\"nofollow\">0295160727</a></span> </span>",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160727\" rel=\"nofollow\">0295160727</a></span>",
              "target": [
                ".contact-item:nth-child(453) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160727\" rel=\"nofollow\">0295160727</a>",
              "target": [
                "a[href=\"tel:+358295160727\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(453) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(454)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(454) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Eteläesplanadi 4 Virastomestarit</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Eteläesplanadi 4 Virastomestarit</span> </strong>",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Eteläesplanadi 4 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161240\" rel=\"nofollow\">0295161240</a></span> </span>",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161240\" rel=\"nofollow\">0295161240</a></span>",
              "target": [
                ".contact-item:nth-child(454) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161240\" rel=\"nofollow\">0295161240</a>",
              "target": [
                "a[href=\"tel:+358295161240\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(454) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(455)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(455) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Eteläinen Makasiinikatu 8 Virastomestarit</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Eteläinen Makasiinikatu 8 Virastomestarit</span> </strong>",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Eteläinen Makasiinikatu 8 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160705\" rel=\"nofollow\">0295160705</a></span> </span>",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160705\" rel=\"nofollow\">0295160705</a></span>",
              "target": [
                ".contact-item:nth-child(455) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160705\" rel=\"nofollow\">0295160705</a>",
              "target": [
                "a[href=\"tel:+358295160705\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(455) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(456)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(456) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Hallituskatu 3-5 Virastomestarit</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Hallituskatu 3-5 Virastomestarit</span> </strong>",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Hallituskatu 3-5 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160751\" rel=\"nofollow\">0295160751</a></span> </span>",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160751\" rel=\"nofollow\">0295160751</a></span>",
              "target": [
                ".contact-item:nth-child(456) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160751\" rel=\"nofollow\">0295160751</a>",
              "target": [
                "a[href=\"tel:+358295160751\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(456) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(457)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(457) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kirkkokatu 12-14 Virastomestarit</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kirkkokatu 12-14 Virastomestarit</span> </strong>",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kirkkokatu 12-14 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160748\" rel=\"nofollow\">0295160748</a></span> </span>",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160748\" rel=\"nofollow\">0295160748</a></span>",
              "target": [
                ".contact-item:nth-child(457) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160748\" rel=\"nofollow\">0295160748</a>",
              "target": [
                "a[href=\"tel:+358295160748\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(457) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(458)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(458) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Mariankatu 9-11 Virastomestarit</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Mariankatu 9-11 Virastomestarit</span> </strong>",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mariankatu 9-11 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295530333\" rel=\"nofollow\">0295530333</a></span> </span>",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295530333\" rel=\"nofollow\">0295530333</a></span>",
              "target": [
                ".contact-item:nth-child(458) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295530333\" rel=\"nofollow\">0295530333</a>",
              "target": [
                "a[href=\"tel:+358295530333\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(458) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(459)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(459) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Merikasarmi, Laivastokatu 20 Virastomestarit</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Merikasarmi, Laivastokatu 20 Virastomestarit</span> </strong>",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Merikasarmi, Laivastokatu 20 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160610\" rel=\"nofollow\">0295160610</a></span> </span>",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160610\" rel=\"nofollow\">0295160610</a></span>",
              "target": [
                ".contact-item:nth-child(459) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160610\" rel=\"nofollow\">0295160610</a>",
              "target": [
                "a[href=\"tel:+358295160610\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(459) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(460)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(460) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Meritullinkatu 10 Virastomestarit</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Meritullinkatu 10 Virastomestarit</span> </strong>",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Meritullinkatu 10 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160616\" rel=\"nofollow\">0295160616</a></span> </span>",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160616\" rel=\"nofollow\">0295160616</a></span>",
              "target": [
                ".contact-item:nth-child(460) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160616\" rel=\"nofollow\">0295160616</a>",
              "target": [
                "a[href=\"tel:+358295160616\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(460) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(461)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(461) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Meritullinkatu 8 Virastomestarit</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Meritullinkatu 8 Virastomestarit</span> </strong>",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Meritullinkatu 8 Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295163541\" rel=\"nofollow\">0295163541</a></span> </span>",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295163541\" rel=\"nofollow\">0295163541</a></span>",
              "target": [
                ".contact-item:nth-child(461) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295163541\" rel=\"nofollow\">0295163541</a>",
              "target": [
                "a[href=\"tel:+358295163541\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(461) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(462)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(462) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Valtioneuvoston linna Virastomestarit</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Valtioneuvoston linna Virastomestarit</span> </strong>",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Valtioneuvoston linna Virastomestarit</span>",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > br"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster </span>",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> </span>",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160087\" rel=\"nofollow\">0295160087</a></span> </span>",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160087\" rel=\"nofollow\">0295160087</a></span>",
              "target": [
                ".contact-item:nth-child(462) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160087\" rel=\"nofollow\">0295160087</a>",
              "target": [
                "a[href=\"tel:+358295160087\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(462) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(463)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(463) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Merja Virta</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Merja Virta</span>, <span itemprop=\"jobTitle\"> planerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Merja Virta</span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295162359\" rel=\"nofollow\">0295162359</a></span> </span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295162359\" rel=\"nofollow\">0295162359</a></span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295162359\" rel=\"nofollow\">0295162359</a>",
              "target": [
                "a[href=\"tel:+358295162359\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(463) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(463) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(464)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(464) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Seppo Virta</span>, <span itemprop=\"jobTitle\"> koordinator&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Seppo Virta</span>, <span itemprop=\"jobTitle\"> koordinator&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Seppo Virta</span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> koordinator&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Kuljetusryhmä (KR 1 ja 2) </span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160836\" rel=\"nofollow\">0295160836</a></span> </span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160836\" rel=\"nofollow\">0295160836</a></span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160836\" rel=\"nofollow\">0295160836</a>",
              "target": [
                "a[href=\"tel:+358295160836\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(464) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(464) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(465)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(465) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Joni Virtanen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Joni Virtanen</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Joni Virtanen</span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160534\" rel=\"nofollow\">0295160534</a></span> </span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160534\" rel=\"nofollow\">0295160534</a></span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160534\" rel=\"nofollow\">0295160534</a>",
              "target": [
                "a[href=\"tel:+358295160534\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(465) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(465) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(466)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(466) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Mikko Virtanen</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Mikko Virtanen</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Mikko Virtanen</span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160574\" rel=\"nofollow\">0295160574</a></span> </span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160574\" rel=\"nofollow\">0295160574</a></span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160574\" rel=\"nofollow\">0295160574</a>",
              "target": [
                "a[href=\"tel:+358295160574\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(466) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(466) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(467)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(467) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Taru Virtanen</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Taru Virtanen</span>, <span itemprop=\"jobTitle\"> enhetschef&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Taru Virtanen</span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> enhetschef&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Vieraiden kielten yksikkö </span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160289\" rel=\"nofollow\">0295160289</a></span> </span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160289\" rel=\"nofollow\">0295160289</a></span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160289\" rel=\"nofollow\">0295160289</a>",
              "target": [
                "a[href=\"tel:+358295160289\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(467) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(467) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(468)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(468) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Hanna Vuorinen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Hanna Vuorinen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Hanna Vuorinen</span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 1 </span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160459\" rel=\"nofollow\">0295160459</a></span> </span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160459\" rel=\"nofollow\">0295160459</a></span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160459\" rel=\"nofollow\">0295160459</a>",
              "target": [
                "a[href=\"tel:+358295160459\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.e.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.e.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(468) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(468) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(469)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(469) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Sami Vuoristo</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Sami Vuoristo</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Sami Vuoristo</span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 4 </span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160755\" rel=\"nofollow\">0295160755</a></span> </span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160755\" rel=\"nofollow\">0295160755</a></span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160755\" rel=\"nofollow\">0295160755</a>",
              "target": [
                "a[href=\"tel:+358295160755\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(469) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(469) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(470)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(470) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Timo Välinen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Timo Välinen</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Timo Välinen</span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 3 </span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160117\" rel=\"nofollow\">0295160117</a></span> </span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160117\" rel=\"nofollow\">0295160117</a></span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160117\" rel=\"nofollow\">0295160117</a>",
              "target": [
                "a[href=\"tel:+358295160117\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(470) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(470) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(471)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(471) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Ella Värtö</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Ella Värtö</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Ella Värtö</span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160126\" rel=\"nofollow\">0295160126</a></span> </span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160126\" rel=\"nofollow\">0295160126</a></span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160126\" rel=\"nofollow\">0295160126</a>",
              "target": [
                "a[href=\"tel:+358295160126\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(471) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(471) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(472)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(472) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Petri Väänänen</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Petri Väänänen</span>, <span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Petri Väänänen</span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> Tjänstesamordnare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> representationslokalgruppen </span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160443\" rel=\"nofollow\">0295160443</a></span> </span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160443\" rel=\"nofollow\">0295160443</a></span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160443\" rel=\"nofollow\">0295160443</a>",
              "target": [
                "a[href=\"tel:+358295160443\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(472) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(472) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(473)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(473) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Kirjaamo _VNK</span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Kirjaamo _VNK</span> </strong>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Kirjaamo _VNK</span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160334\" rel=\"nofollow\">0295160334</a></span> </span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160334\" rel=\"nofollow\">0295160334</a></span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160334\" rel=\"nofollow\">0295160334</a>",
              "target": [
                "a[href=\"tel:+358295160334\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(473) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(473) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"W\" class=\"letter mt-5\">W</h2>",
              "target": [
                "#W"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(475)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(476)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(476) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Nikola Wegar</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Nikola Wegar</span>, <span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Nikola Wegar</span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> sakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> svenska språkenheten </span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295161101\" rel=\"nofollow\">0295161101</a></span> </span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295161101\" rel=\"nofollow\">0295161101</a></span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295161101\" rel=\"nofollow\">0295161101</a>",
              "target": [
                "a[href=\"tel:+358295161101\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(476) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(476) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(477)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(477) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Pia Westerberg</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Pia Westerberg</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Pia Westerberg</span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> översättnings- och språksektorn, </span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Stödenheten för språktjänster </span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160578\" rel=\"nofollow\">0295160578</a></span> </span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160578\" rel=\"nofollow\">0295160578</a></span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160578\" rel=\"nofollow\">0295160578</a>",
              "target": [
                "a[href=\"tel:+358295160578\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(477) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(477) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(478)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(478) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Minna Westerlund</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Minna Westerlund</span>, <span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Minna Westerlund</span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> publikationsplanerare&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> Sisäisen viestinnän ja tietotuen toimiala, </span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Tietotuki- ja julkaisuyksikkö </span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160230\" rel=\"nofollow\">0295160230</a></span> </span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160230\" rel=\"nofollow\">0295160230</a></span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160230\" rel=\"nofollow\">0295160230</a>",
              "target": [
                "a[href=\"tel:+358295160230\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(478) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(478) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(479)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(479) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Maria Wigell</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Maria Wigell</span>, <span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Maria Wigell</span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> specialsakkunnig&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160665\" rel=\"nofollow\">0295160665</a></span> </span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160665\" rel=\"nofollow\">0295160665</a></span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160665\" rel=\"nofollow\">0295160665</a>",
              "target": [
                "a[href=\"tel:+358295160665\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(479) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(479) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"Y\" class=\"letter mt-5\">Y</h2>",
              "target": [
                "#Y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(481)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(482)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(482) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Amal Yusuf</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Amal Yusuf</span>, <span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Amal Yusuf</span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> expeditionsvakt&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> sektorn för lokaler och ämbetsverkstjänster, </span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> Virastopalveluryhmä 2 </span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160152\" rel=\"nofollow\">0295160152</a></span> </span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160152\" rel=\"nofollow\">0295160152</a></span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160152\" rel=\"nofollow\">0295160152</a>",
              "target": [
                "a[href=\"tel:+358295160152\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(482) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(482) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"Ö\" class=\"letter mt-5\">Ö</h2>",
              "target": [
                "#Ö"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(484)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-item \">",
              "target": [
                ".contact-item:nth-child(485)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"contact-info\">",
              "target": [
                ".contact-item:nth-child(485) > .contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"name-and-title\"> <strong><span itemprop=\"name\">Eva-Lotta Öhrnberg-Tauru</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong> </span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > .name-and-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong><span itemprop=\"name\">Eva-Lotta Öhrnberg-Tauru</span>, <span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span> </strong>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > .name-and-title > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"name\">Eva-Lotta Öhrnberg-Tauru</span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > .name-and-title > strong > span[itemprop=\"name\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"jobTitle\"> planerare, informationshantering&nbsp; </span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > .name-and-title > strong > span[itemprop=\"jobTitle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"worksFor\">",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > span[itemprop=\"worksFor\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"ministry\"> statsrådets kansli, </span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > span[itemprop=\"worksFor\"] > .ministry"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"department\"> statsrådets förvaltningsenhet, </span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > span[itemprop=\"worksFor\"] > .department"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-unit\"> informationssektorn, </span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > span[itemprop=\"worksFor\"] > .service-unit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"service-group\"> enheten för informationshantering </span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > span[itemprop=\"worksFor\"] > .service-group"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"special-labels\"> </span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > span[itemprop=\"worksFor\"] > .special-labels"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"phone mr-3\"> <i class=\"icon-phone\"></i> <span class=\"sr-only\">Telefonnummer:</span><span itemprop=\"telephone\"><a href=\"tel:+358295160464\" rel=\"nofollow\">0295160464</a></span> </span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > .phone.mr-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-phone\"></i>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > .phone.mr-3 > .icon-phone"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Telefonnummer:</span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > .phone.mr-3 > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"telephone\"><a href=\"tel:+358295160464\" rel=\"nofollow\">0295160464</a></span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > .phone.mr-3 > span[itemprop=\"telephone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"tel:+358295160464\" rel=\"nofollow\">0295160464</a>",
              "target": [
                "a[href=\"tel:+358295160464\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i class=\"icon-envelope\"></i>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > .icon-envelope"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span itemprop=\"email\"> <span class=\"sr-only\">E-postadress:</span> <span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span> </span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > span[itemprop=\"email\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">E-postadress:</span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > span[itemprop=\"email\"] > .sr-only"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"email obfuscated-email\">fornamn.efternamn@gov.fi</span>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > span[itemprop=\"email\"] > .email.obfuscated-email"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".contact-item:nth-child(485) > .contact-info > br:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<hr>",
              "target": [
                ".contact-item:nth-child(485) > hr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row\">",
              "target": [
                ".portlet-layout.row:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-6\" id=\"column-3\"> \n           <div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-3\"></div> \n          </div>",
              "target": [
                "#column-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-3\"></div>",
              "target": [
                "#layout-column_column-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-6\" id=\"column-4\"> \n           <div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-4\"></div> \n          </div>",
              "target": [
                "#column-4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-4\"></div>",
              "target": [
                "#layout-column_column-4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-layout row\"> \n          <div class=\"portlet-column col-md-12\" id=\"column-5\"> \n           <div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-5\"></div> \n          </div> \n         </div>",
              "target": [
                ".portlet-layout.row:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-column col-md-12\" id=\"column-5\"> \n           <div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-5\"></div> \n          </div>",
              "target": [
                "#column-5"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"empty portlet-dropzone portlet-column-content\" id=\"layout-column_column-5\"></div>",
              "target": [
                "#layout-column_column-5"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-boundary portlet-boundary_com_liferay_journal_content_web_portlet_JournalContentPortlet_  portlet-static portlet-static-end portlet-barebone portlet-journal-content \" id=\"p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_213949179_rs_\">",
              "target": [
                "#p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_213949179_rs_"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_213949179_rs\"></span>",
              "target": [
                "#p_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_213949179_rs"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"portlet\" id=\"portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_213949179_rs\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_213949179_rs"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_213949179_rs\" name=\"aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_213949179_rs\" class=\"yja-anchor-elements\"></a>",
              "target": [
                "#aineisto-com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_213949179_rs"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-content\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_213949179_rs > .portlet-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-float autofit-row portlet-header \"> \n        <div class=\"autofit-col autofit-col-end\"> \n         <div class=\"autofit-section\"> \n          <div class=\"visible-interaction\"> \n          </div> \n         </div> \n        </div> \n       </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_213949179_rs > .portlet-content > .autofit-float.autofit-row.portlet-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-col autofit-col-end\"> \n         <div class=\"autofit-section\"> \n          <div class=\"visible-interaction\"> \n          </div> \n         </div> \n        </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_213949179_rs > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"autofit-section\"> \n          <div class=\"visible-interaction\"> \n          </div> \n         </div>",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_213949179_rs > .portlet-content > .autofit-float.autofit-row.portlet-header > .autofit-col-end.autofit-col > .autofit-section"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\" portlet-content-container\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_213949179_rs > .portlet-content > .portlet-content-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"portlet-body\">",
              "target": [
                "#portlet_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_213949179_rs > .portlet-content > .portlet-content-container > .portlet-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"\" data-fragments-editor-item-id=\"10109-200293264\" data-fragments-editor-item-type=\"fragments-editor-mapped-item\">",
              "target": [
                "div[data-fragments-editor-item-id=\"10109-200293264\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"journal-content-article \" data-analytics-asset-id=\"200293262\" data-analytics-asset-title=\"Askem-painikkeet | Valtioneuvosto.fi\" data-analytics-asset-type=\"web-content\">",
              "target": [
                ".journal-content-article"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"rns\" style=\"margin-top: 70px;\">\n             &nbsp; \n           </div>",
              "target": [
                ".rns"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"yja-meta-content-info\"> \n           </div>",
              "target": [
                ".yja-meta-content-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer>",
              "target": [
                "footer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"top\">",
              "target": [
                ".top"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bottom\">",
              "target": [
                ".bottom"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container\">",
              "target": [
                ".bottom > .container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"row align-content-end\">",
              "target": [
                ".align-content-end"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"contact-info col-md-5\"> \n       <h3 class=\"title\">Statsrådet</h3> \n       <p>Snellmansgatan 1 A, Helsingfors</p> \n       <p>PB 23, 00023 Statsrådet</p> \n       <p>Tfn 0295 16001</p> \n      </div>",
              "target": [
                ".col-md-5.contact-info"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"title\">Statsrådet</h3>",
              "target": [
                ".col-md-5.contact-info > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Snellmansgatan 1 A, Helsingfors</p>",
              "target": [
                ".col-md-5.contact-info > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>PB 23, 00023 Statsrådet</p>",
              "target": [
                "p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Tfn 0295 16001</p>",
              "target": [
                "p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"social-media col-md-5\">",
              "target": [
                ".social-media"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://x.com/valtioneuvosto\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet x</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"x\"></span> </a>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Statsrådet x</span>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1) > .sr-only:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Länk till en annan webbplats</span>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1) > .sr-only:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Öppnas i en ny flik</span>",
              "target": [
                "a[href$=\"valtioneuvosto\"]:nth-child(1) > .sr-only:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"x\"></span>",
              "target": [
                ".x"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://instagram.com/finnishgovernment\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet instagram</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"instagram\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Statsrådet instagram</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2) > .sr-only:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Länk till en annan webbplats</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2) > .sr-only:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Öppnas i en ny flik</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(2) > .sr-only:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"instagram\"></span>",
              "target": [
                ".instagram"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/@ValtioneuvostoStatsradet\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet youtube</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"youtube\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Statsrådet youtube</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3) > .sr-only:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Länk till en annan webbplats</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3) > .sr-only:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Öppnas i en ny flik</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(3) > .sr-only:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"youtube\"></span>",
              "target": [
                ".youtube"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://facebook.com/valtioneuvosto\" target=\"_blank\" class=\"yja-external-link\"> <span class=\"sr-only\">Statsrådet facebook</span> <span class=\"sr-only\">, Länk till en annan webbplats</span> <span class=\"sr-only\">, Öppnas i en ny flik</span> <span class=\"facebook\"></span> </a>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">Statsrådet facebook</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4) > .sr-only:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Länk till en annan webbplats</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4) > .sr-only:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"sr-only\">, Öppnas i en ny flik</span>",
              "target": [
                ".yja-external-link[target=\"_blank\"]:nth-child(4) > .sr-only:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"facebook\"></span>",
              "target": [
                ".facebook"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"site-links col-md-4\">",
              "target": [
                ".site-links"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tooltipContainer\"></div>",
              "target": [
                "#tooltipContainer"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<button class=\"vn-home left\" onclick=\"return false;\" aria-expanded=\"false\" aria-controls=\"ministry-listing\"><span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span> <i class=\"icon-caret-down\"></i></button>",
                      "target": [
                        ".vn-home"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"sr-only-md d-md-inline-block\">Statsrådet och ministerierna</span>",
              "target": [
                ".sr-only-md"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"media_curtain\" style=\"background-image: url(\"https://valtioneuvosto.fi/documents/10197/13793247/VN-navigaatio-taustakuvio2.svg/08fc1f6d-8f30-5955-13b8-6d7cb8694711?version=1.0&t=1583229996000\");\">",
                      "target": [
                        "#media_curtain"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span aria-hidden=\"true\"> Svenska </span>",
              "target": [
                ".toggleLanSelectionView > span[aria-hidden=\"true\"]:nth-child(3)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"media_curtain\" style=\"background-image: url(\"https://valtioneuvosto.fi/documents/10197/13793247/VN-navigaatio-taustakuvio2.svg/08fc1f6d-8f30-5955-13b8-6d7cb8694711?version=1.0&t=1583229996000\");\">",
                      "target": [
                        "#media_curtain"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a class=\"js-media-link media-link right yja-external-link\" href=\"https://media.valtioneuvosto.fi\">Media <i class=\"icon-caret-right\"></i></a>",
              "target": [
                ".js-media-link"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            }
          ]
        },
        {
          "id": "link-in-text-block",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2a",
            "wcag141",
            "TTv5",
            "TT13.a",
            "EN-301-549",
            "EN-9.1.4.1",
            "RGAAv4",
            "RGAA-10.6.1"
          ],
          "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color",
          "help": "Links must be distinguishable without relying on color",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(3) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161052\" rel=\"nofollow\">0295161052</a>",
              "target": [
                "a[href=\"tel:+358295161052\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(4) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160036\" rel=\"nofollow\">0295160036</a>",
              "target": [
                "a[href=\"tel:+358295160036\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(7) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160362\" rel=\"nofollow\">0295160362</a>",
              "target": [
                "a[href=\"tel:+358295160362\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(8) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160047\" rel=\"nofollow\">0295160047</a>",
              "target": [
                "a[href=\"tel:+358295160047\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(9) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160140\" rel=\"nofollow\">0295160140</a>",
              "target": [
                "a[href=\"tel:+358295160140\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(10) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160254\" rel=\"nofollow\">0295160254</a>",
              "target": [
                "a[href=\"tel:+358295160254\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(11) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160257\" rel=\"nofollow\">0295160257</a>",
              "target": [
                "a[href=\"tel:+358295160257\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(12) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160322\" rel=\"nofollow\">0295160322</a>",
              "target": [
                "a[href=\"tel:+358295160322\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(13) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160678\" rel=\"nofollow\">0295160678</a>",
              "target": [
                "a[href=\"tel:+358295160678\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(21) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160679\" rel=\"nofollow\">0295160679</a>",
              "target": [
                "a[href=\"tel:+358295160679\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(22) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160402\" rel=\"nofollow\">0295160402</a>",
              "target": [
                "a[href=\"tel:+358295160402\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(25) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160273\" rel=\"nofollow\">0295160273</a>",
              "target": [
                "a[href=\"tel:+358295160273\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(26) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160369\" rel=\"nofollow\">0295160369</a>",
              "target": [
                "a[href=\"tel:+358295160369\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(27) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160073\" rel=\"nofollow\">0295160073</a>",
              "target": [
                "a[href=\"tel:+358295160073\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(31) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160446\" rel=\"nofollow\">0295160446</a>",
              "target": [
                "a[href=\"tel:+358295160446\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(37) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160371\" rel=\"nofollow\">0295160371</a>",
              "target": [
                "a[href=\"tel:+358295160371\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(41) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160723\" rel=\"nofollow\">0295160723</a>",
              "target": [
                "a[href=\"tel:+358295160723\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(43) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160219\" rel=\"nofollow\">0295160219</a>",
              "target": [
                "a[href=\"tel:+358295160219\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(46) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160349\" rel=\"nofollow\">0295160349</a>",
              "target": [
                "a[href=\"tel:+358295160349\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(48) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160720\" rel=\"nofollow\">0295160720</a>",
              "target": [
                "a[href=\"tel:+358295160720\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(50) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160384\" rel=\"nofollow\">0295160384</a>",
              "target": [
                "a[href=\"tel:+358295160384\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(51) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160758\" rel=\"nofollow\">0295160758</a>",
              "target": [
                "a[href=\"tel:+358295160758\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(52) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161132\" rel=\"nofollow\">0295161132</a>",
              "target": [
                "a[href=\"tel:+358295161132\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(56) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160422\" rel=\"nofollow\">0295160422</a>",
              "target": [
                "a[href=\"tel:+358295160422\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(57) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161139\" rel=\"nofollow\">0295161139</a>",
              "target": [
                "a[href=\"tel:+358295161139\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(58) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160387\" rel=\"nofollow\">0295160387</a>",
              "target": [
                "a[href=\"tel:+358295160387\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(59) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160174\" rel=\"nofollow\">0295160174</a>",
              "target": [
                "a[href=\"tel:+358295160174\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(62) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160267\" rel=\"nofollow\">0295160267</a>",
              "target": [
                "a[href=\"tel:+358295160267\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(66) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160388\" rel=\"nofollow\">0295160388</a>",
              "target": [
                "a[href=\"tel:+358295160388\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(68) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160852\" rel=\"nofollow\">0295160852</a>",
              "target": [
                "a[href=\"tel:+358295160852\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(71) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160889\" rel=\"nofollow\">0295160889</a>",
              "target": [
                "a[href=\"tel:+358295160889\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(75) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160271\" rel=\"nofollow\">0295160271</a>",
              "target": [
                "a[href=\"tel:+358295160271\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(78) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160222\" rel=\"nofollow\">0295160222</a>",
              "target": [
                "a[href=\"tel:+358295160222\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(81) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160529\" rel=\"nofollow\">0295160529</a>",
              "target": [
                "a[href=\"tel:+358295160529\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(82) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160795\" rel=\"nofollow\">0295160795</a>",
              "target": [
                "a[href=\"tel:+358295160795\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(85) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160454\" rel=\"nofollow\">0295160454</a>",
              "target": [
                "a[href=\"tel:+358295160454\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(87) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160082\" rel=\"nofollow\">0295160082</a>",
              "target": [
                "a[href=\"tel:+358295160082\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(88) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160801\" rel=\"nofollow\">0295160801</a>",
              "target": [
                "a[href=\"tel:+358295160801\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(93) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160719\" rel=\"nofollow\">0295160719</a>",
              "target": [
                "a[href=\"tel:+358295160719\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(95) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160527\" rel=\"nofollow\">0295160527</a>",
              "target": [
                "a[href=\"tel:+358295160527\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(97) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160090\" rel=\"nofollow\">0295160090</a>",
              "target": [
                "a[href=\"tel:+358295160090\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(99) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161054\" rel=\"nofollow\">0295161054</a>",
              "target": [
                "a[href=\"tel:+358295161054\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(100) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160460\" rel=\"nofollow\">0295160460</a>",
              "target": [
                "a[href=\"tel:+358295160460\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(102) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160847\" rel=\"nofollow\">0295160847</a>",
              "target": [
                "a[href=\"tel:+358295160847\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(103) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160378\" rel=\"nofollow\">0295160378</a>",
              "target": [
                "a[href=\"tel:+358295160378\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(112) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161119\" rel=\"nofollow\">0295161119</a>",
              "target": [
                "a[href=\"tel:+358295161119\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(114) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160390\" rel=\"nofollow\">0295160390</a>",
              "target": [
                "a[href=\"tel:+358295160390\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(115) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160237\" rel=\"nofollow\">0295160237</a>",
              "target": [
                "a[href=\"tel:+358295160237\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(117) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160671\" rel=\"nofollow\">0295160671</a>",
              "target": [
                "a[href=\"tel:+358295160671\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(118) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160807\" rel=\"nofollow\">0295160807</a>",
              "target": [
                "a[href=\"tel:+358295160807\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(121) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160374\" rel=\"nofollow\">0295160374</a>",
              "target": [
                "a[href=\"tel:+358295160374\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(125) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160379\" rel=\"nofollow\">0295160379</a>",
              "target": [
                "a[href=\"tel:+358295160379\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(127) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160796\" rel=\"nofollow\">0295160796</a>",
              "target": [
                "a[href=\"tel:+358295160796\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(128) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160621\" rel=\"nofollow\">0295160621</a>",
              "target": [
                "a[href=\"tel:+358295160621\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(131) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160842\" rel=\"nofollow\">0295160842</a>",
              "target": [
                "a[href=\"tel:+358295160842\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(133) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160076\" rel=\"nofollow\">0295160076</a>",
              "target": [
                "a[href=\"tel:+358295160076\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(140) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160583\" rel=\"nofollow\">0295160583</a>",
              "target": [
                "a[href=\"tel:+358295160583\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(142) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160677\" rel=\"nofollow\">0295160677</a>",
              "target": [
                "a[href=\"tel:+358295160677\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(143) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160171\" rel=\"nofollow\">0295160171</a>",
              "target": [
                "a[href=\"tel:+358295160171\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(151) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160853\" rel=\"nofollow\">0295160853</a>",
              "target": [
                "a[href=\"tel:+358295160853\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(153) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160279\" rel=\"nofollow\">0295160279</a>",
              "target": [
                "a[href=\"tel:+358295160279\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(154) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160957\" rel=\"nofollow\">0295160957</a>",
              "target": [
                "a[href=\"tel:+358295160957\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(155) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160391\" rel=\"nofollow\">0295160391</a>",
              "target": [
                "a[href=\"tel:+358295160391\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(156) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160186\" rel=\"nofollow\">0295160186</a>",
              "target": [
                "a[href=\"tel:+358295160186\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(157) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160817\" rel=\"nofollow\">0295160817</a>",
              "target": [
                "a[href=\"tel:+358295160817\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(158) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160906\" rel=\"nofollow\">0295160906</a>",
              "target": [
                "a[href=\"tel:+358295160906\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(159) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160594\" rel=\"nofollow\">0295160594</a>",
              "target": [
                "a[href=\"tel:+358295160594\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(163) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160488\" rel=\"nofollow\">0295160488</a>",
              "target": [
                "a[href=\"tel:+358295160488\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(165) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160971\" rel=\"nofollow\">0295160971</a>",
              "target": [
                "a[href=\"tel:+358295160971\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(168) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160057\" rel=\"nofollow\">0295160057</a>",
              "target": [
                "a[href=\"tel:+358295160057\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(171) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160629\" rel=\"nofollow\">0295160629</a>",
              "target": [
                "a[href=\"tel:+358295160629\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(172) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160699\" rel=\"nofollow\">0295160699</a>",
              "target": [
                "a[href=\"tel:+358295160699\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(173) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160451\" rel=\"nofollow\">0295160451</a>",
              "target": [
                "a[href=\"tel:+358295160451\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(175) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160868\" rel=\"nofollow\">0295160868</a>",
              "target": [
                "a[href=\"tel:+358295160868\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(176) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160303\" rel=\"nofollow\">0295160303</a>",
              "target": [
                "a[href=\"tel:+358295160303\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(177) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160535\" rel=\"nofollow\">0295160535</a>",
              "target": [
                "a[href=\"tel:+358295160535\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(178) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160681\" rel=\"nofollow\">0295160681</a>",
              "target": [
                "a[href=\"tel:+358295160681\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(182) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160820\" rel=\"nofollow\">0295160820</a>",
              "target": [
                "a[href=\"tel:+358295160820\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(183) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160165\" rel=\"nofollow\">0295160165</a>",
              "target": [
                "a[href=\"tel:+358295160165\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(184) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160865\" rel=\"nofollow\">0295160865</a>",
              "target": [
                "a[href=\"tel:+358295160865\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(185) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160567\" rel=\"nofollow\">0295160567</a>",
              "target": [
                "a[href=\"tel:+358295160567\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(187) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160596\" rel=\"nofollow\">0295160596</a>",
              "target": [
                "a[href=\"tel:+358295160596\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(190) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160426\" rel=\"nofollow\">0295160426</a>",
              "target": [
                "a[href=\"tel:+358295160426\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(192) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160332\" rel=\"nofollow\">0295160332</a>",
              "target": [
                "a[href=\"tel:+358295160332\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(194) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160445\" rel=\"nofollow\">0295160445</a>",
              "target": [
                "a[href=\"tel:+358295160445\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(200) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161099\" rel=\"nofollow\">0295161099</a>",
              "target": [
                "a[href=\"tel:+358295161099\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(201) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160683\" rel=\"nofollow\">0295160683</a>",
              "target": [
                "a[href=\"tel:+358295160683\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(204) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160272\" rel=\"nofollow\">0295160272</a>",
              "target": [
                "a[href=\"tel:+358295160272\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(205) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160581\" rel=\"nofollow\">0295160581</a>",
              "target": [
                "a[href=\"tel:+358295160581\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(210) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160419\" rel=\"nofollow\">0295160419</a>",
              "target": [
                "a[href=\"tel:+358295160419\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(212) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160494\" rel=\"nofollow\">0295160494</a>",
              "target": [
                "a[href=\"tel:+358295160494\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(213) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160364\" rel=\"nofollow\">0295160364</a>",
              "target": [
                "a[href=\"tel:+358295160364\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(214) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160122\" rel=\"nofollow\">0295160122</a>",
              "target": [
                "a[href=\"tel:+358295160122\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(216) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160247\" rel=\"nofollow\">0295160247</a>",
              "target": [
                "a[href=\"tel:+358295160247\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(217) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160182\" rel=\"nofollow\">0295160182</a>",
              "target": [
                "a[href=\"tel:+358295160182\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(218) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160682\" rel=\"nofollow\">0295160682</a>",
              "target": [
                "a[href=\"tel:+358295160682\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(221) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160120\" rel=\"nofollow\">0295160120</a>",
              "target": [
                "a[href=\"tel:+358295160120\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(224) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160864\" rel=\"nofollow\">0295160864</a>",
              "target": [
                "a[href=\"tel:+358295160864\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(226) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160722\" rel=\"nofollow\">0295160722</a>",
              "target": [
                "a[href=\"tel:+358295160722\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(227) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160480\" rel=\"nofollow\">0295160480</a>",
              "target": [
                "a[href=\"tel:+358295160480\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(228) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160640\" rel=\"nofollow\">0295160640</a>",
              "target": [
                "a[href=\"tel:+358295160640\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(231) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161088\" rel=\"nofollow\">0295161088</a>",
              "target": [
                "a[href=\"tel:+358295161088\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(232) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160382\" rel=\"nofollow\">0295160382</a>",
              "target": [
                "a[href=\"tel:+358295160382\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(233) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160320\" rel=\"nofollow\">0295160320</a>",
              "target": [
                "a[href=\"tel:+358295160320\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(234) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160740\" rel=\"nofollow\">0295160740</a>",
              "target": [
                "a[href=\"tel:+358295160740\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(237) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160383\" rel=\"nofollow\">0295160383</a>",
              "target": [
                "a[href=\"tel:+358295160383\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(243) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161109\" rel=\"nofollow\">0295161109</a>",
              "target": [
                "a[href=\"tel:+358295161109\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(245) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160920\" rel=\"nofollow\">0295160920</a>",
              "target": [
                "a[href=\"tel:+358295160920\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(247) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295351207\" rel=\"nofollow\">0295351207</a>",
              "target": [
                "a[href=\"tel:+358295351207\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(248) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160210\" rel=\"nofollow\">0295160210</a>",
              "target": [
                "a[href=\"tel:+358295160210\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(250) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161093\" rel=\"nofollow\">0295161093</a>",
              "target": [
                "a[href=\"tel:+358295161093\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(257) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160432\" rel=\"nofollow\">0295160432</a>",
              "target": [
                "a[href=\"tel:+358295160432\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(261) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160747\" rel=\"nofollow\">0295160747</a>",
              "target": [
                "a[href=\"tel:+358295160747\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(264) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160447\" rel=\"nofollow\">0295160447</a>",
              "target": [
                "a[href=\"tel:+358295160447\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(265) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160891\" rel=\"nofollow\">0295160891</a>",
              "target": [
                "a[href=\"tel:+358295160891\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(270) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160262\" rel=\"nofollow\">0295160262</a>",
              "target": [
                "a[href=\"tel:+358295160262\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(271) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160041\" rel=\"nofollow\">0295160041</a>",
              "target": [
                "a[href=\"tel:+358295160041\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(273) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160850\" rel=\"nofollow\">0295160850</a>",
              "target": [
                "a[href=\"tel:+358295160850\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(274) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160473\" rel=\"nofollow\">0295160473</a>",
              "target": [
                "a[href=\"tel:+358295160473\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(275) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160441\" rel=\"nofollow\">0295160441</a>",
              "target": [
                "a[href=\"tel:+358295160441\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(278) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160225\" rel=\"nofollow\">0295160225</a>",
              "target": [
                "a[href=\"tel:+358295160225\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(280) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160185\" rel=\"nofollow\">0295160185</a>",
              "target": [
                "a[href=\"tel:+358295160185\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(285) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160797\" rel=\"nofollow\">0295160797</a>",
              "target": [
                "a[href=\"tel:+358295160797\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(286) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160155\" rel=\"nofollow\">0295160155</a>",
              "target": [
                "a[href=\"tel:+358295160155\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(287) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160523\" rel=\"nofollow\">0295160523</a>",
              "target": [
                "a[href=\"tel:+358295160523\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(288) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160861\" rel=\"nofollow\">0295160861</a>",
              "target": [
                "a[href=\"tel:+358295160861\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(293) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160686\" rel=\"nofollow\">0295160686</a>",
              "target": [
                "a[href=\"tel:+358295160686\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(295) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161028\" rel=\"nofollow\">0295161028</a>",
              "target": [
                "a[href=\"tel:+358295161028\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(299) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160721\" rel=\"nofollow\">0295160721</a>",
              "target": [
                "a[href=\"tel:+358295160721\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(300) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160376\" rel=\"nofollow\">0295160376</a>",
              "target": [
                "a[href=\"tel:+358295160376\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(301) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160816\" rel=\"nofollow\">0295160816</a>",
              "target": [
                "a[href=\"tel:+358295160816\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(304) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160427\" rel=\"nofollow\">0295160427</a>",
              "target": [
                "a[href=\"tel:+358295160427\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(305) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160328\" rel=\"nofollow\">0295160328</a>",
              "target": [
                "a[href=\"tel:+358295160328\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(306) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160295\" rel=\"nofollow\">0295160295</a>",
              "target": [
                "a[href=\"tel:+358295160295\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(307) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161058\" rel=\"nofollow\">0295161058</a>",
              "target": [
                "a[href=\"tel:+358295161058\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(308) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160355\" rel=\"nofollow\">0295160355</a>",
              "target": [
                "a[href=\"tel:+358295160355\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(310) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160462\" rel=\"nofollow\">0295160462</a>",
              "target": [
                "a[href=\"tel:+358295160462\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(313) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160291\" rel=\"nofollow\">0295160291</a>",
              "target": [
                "a[href=\"tel:+358295160291\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(314) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160815\" rel=\"nofollow\">0295160815</a>",
              "target": [
                "a[href=\"tel:+358295160815\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(315) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160479\" rel=\"nofollow\">0295160479</a>",
              "target": [
                "a[href=\"tel:+358295160479\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(316) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160687\" rel=\"nofollow\">0295160687</a>",
              "target": [
                "a[href=\"tel:+358295160687\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(317) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160397\" rel=\"nofollow\">0295160397</a>",
              "target": [
                "a[href=\"tel:+358295160397\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(320) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161125\" rel=\"nofollow\">0295161125</a>",
              "target": [
                "a[href=\"tel:+358295161125\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(325) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160543\" rel=\"nofollow\">0295160543</a>",
              "target": [
                "a[href=\"tel:+358295160543\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(327) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160346\" rel=\"nofollow\">0295160346</a>",
              "target": [
                "a[href=\"tel:+358295160346\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(329) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160641\" rel=\"nofollow\">0295160641</a>",
              "target": [
                "a[href=\"tel:+358295160641\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(333) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160775\" rel=\"nofollow\">0295160775</a>",
              "target": [
                "a[href=\"tel:+358295160775\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(334) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160871\" rel=\"nofollow\">0295160871</a>",
              "target": [
                "a[href=\"tel:+358295160871\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(335) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160619\" rel=\"nofollow\">0295160619</a>",
              "target": [
                "a[href=\"tel:+358295160619\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(336) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160988\" rel=\"nofollow\">0295160988</a>",
              "target": [
                "a[href=\"tel:+358295160988\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(337) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160436\" rel=\"nofollow\">0295160436</a>",
              "target": [
                "a[href=\"tel:+358295160436\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(338) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160417\" rel=\"nofollow\">0295160417</a>",
              "target": [
                "a[href=\"tel:+358295160417\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(340) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160385\" rel=\"nofollow\">0295160385</a>",
              "target": [
                "a[href=\"tel:+358295160385\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(341) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160485\" rel=\"nofollow\">0295160485</a>",
              "target": [
                "a[href=\"tel:+358295160485\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(343) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160357\" rel=\"nofollow\">0295160357</a>",
              "target": [
                "a[href=\"tel:+358295160357\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(345) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160557\" rel=\"nofollow\">0295160557</a>",
              "target": [
                "a[href=\"tel:+358295160557\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(346) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160908\" rel=\"nofollow\">0295160908</a>",
              "target": [
                "a[href=\"tel:+358295160908\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(349) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161150\" rel=\"nofollow\">0295161150</a>",
              "target": [
                "a[href=\"tel:+358295161150\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(350) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160690\" rel=\"nofollow\">0295160690</a>",
              "target": [
                "a[href=\"tel:+358295160690\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(354) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160899\" rel=\"nofollow\">0295160899</a>",
              "target": [
                "a[href=\"tel:+358295160899\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(360) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160113\" rel=\"nofollow\">0295160113</a>",
              "target": [
                "a[href=\"tel:+358295160113\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(362) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160496\" rel=\"nofollow\">0295160496</a>",
              "target": [
                "a[href=\"tel:+358295160496\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(365) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160315\" rel=\"nofollow\">0295160315</a>",
              "target": [
                "a[href=\"tel:+358295160315\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(366) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160099\" rel=\"nofollow\">0295160099</a>",
              "target": [
                "a[href=\"tel:+358295160099\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(368) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160544\" rel=\"nofollow\">0295160544</a>",
              "target": [
                "a[href=\"tel:+358295160544\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(369) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160483\" rel=\"nofollow\">0295160483</a>",
              "target": [
                "a[href=\"tel:+358295160483\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(371) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160692\" rel=\"nofollow\">0295160692</a>",
              "target": [
                "a[href=\"tel:+358295160692\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(372) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160211\" rel=\"nofollow\">0295160211</a>",
              "target": [
                "a[href=\"tel:+358295160211\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(375) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160746\" rel=\"nofollow\">0295160746</a>",
              "target": [
                "a[href=\"tel:+358295160746\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(376) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160917\" rel=\"nofollow\">0295160917</a>",
              "target": [
                "a[href=\"tel:+358295160917\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(377) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160743\" rel=\"nofollow\">0295160743</a>",
              "target": [
                "a[href=\"tel:+358295160743\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(380) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160878\" rel=\"nofollow\">0295160878</a>",
              "target": [
                "a[href=\"tel:+358295160878\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(381) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160540\" rel=\"nofollow\">0295160540</a>",
              "target": [
                "a[href=\"tel:+358295160540\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(385) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160779\" rel=\"nofollow\">0295160779</a>",
              "target": [
                "a[href=\"tel:+358295160779\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(386) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160307\" rel=\"nofollow\">0295160307</a>",
              "target": [
                "a[href=\"tel:+358295160307\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(387) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160794\" rel=\"nofollow\">0295160794</a>",
              "target": [
                "a[href=\"tel:+358295160794\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(389) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160630\" rel=\"nofollow\">0295160630</a>",
              "target": [
                "a[href=\"tel:+358295160630\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(392) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160275\" rel=\"nofollow\">0295160275</a>",
              "target": [
                "a[href=\"tel:+358295160275\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(393) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160153\" rel=\"nofollow\">0295160153</a>",
              "target": [
                "a[href=\"tel:+358295160153\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(396) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160489\" rel=\"nofollow\">0295160489</a>",
              "target": [
                "a[href=\"tel:+358295160489\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(401) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160299\" rel=\"nofollow\">0295160299</a>",
              "target": [
                "a[href=\"tel:+358295160299\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(403) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160268\" rel=\"nofollow\">0295160268</a>",
              "target": [
                "a[href=\"tel:+358295160268\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(405) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160253\" rel=\"nofollow\">0295160253</a>",
              "target": [
                "a[href=\"tel:+358295160253\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(406) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160840\" rel=\"nofollow\">0295160840</a>",
              "target": [
                "a[href=\"tel:+358295160840\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(415) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160620\" rel=\"nofollow\">0295160620</a>",
              "target": [
                "a[href=\"tel:+358295160620\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(416) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160221\" rel=\"nofollow\">0295160221</a>",
              "target": [
                "a[href=\"tel:+358295160221\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(418) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160481\" rel=\"nofollow\">0295160481</a>",
              "target": [
                "a[href=\"tel:+358295160481\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(422) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160238\" rel=\"nofollow\">0295160238</a>",
              "target": [
                "a[href=\"tel:+358295160238\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(424) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160484\" rel=\"nofollow\">0295160484</a>",
              "target": [
                "a[href=\"tel:+358295160484\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(429) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160227\" rel=\"nofollow\">0295160227</a>",
              "target": [
                "a[href=\"tel:+358295160227\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(433) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160504\" rel=\"nofollow\">0295160504</a>",
              "target": [
                "a[href=\"tel:+358295160504\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(434) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160503\" rel=\"nofollow\">0295160503</a>",
              "target": [
                "a[href=\"tel:+358295160503\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(435) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160512\" rel=\"nofollow\">0295160512</a>",
              "target": [
                "a[href=\"tel:+358295160512\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(436) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160664\" rel=\"nofollow\">0295160664</a>",
              "target": [
                "a[href=\"tel:+358295160664\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(438) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160669\" rel=\"nofollow\">0295160669</a>",
              "target": [
                "a[href=\"tel:+358295160669\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(440) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160845\" rel=\"nofollow\">0295160845</a>",
              "target": [
                "a[href=\"tel:+358295160845\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(441) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160506\" rel=\"nofollow\">0295160506</a>",
              "target": [
                "a[href=\"tel:+358295160506\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(442) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160564\" rel=\"nofollow\">0295160564</a>",
              "target": [
                "a[href=\"tel:+358295160564\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(445) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160474\" rel=\"nofollow\">0295160474</a>",
              "target": [
                "a[href=\"tel:+358295160474\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(448) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160344\" rel=\"nofollow\">0295160344</a>",
              "target": [
                "a[href=\"tel:+358295160344\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(452) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161220\" rel=\"nofollow\">0295161220</a>",
              "target": [
                "a[href=\"tel:+358295161220\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(453) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160727\" rel=\"nofollow\">0295160727</a>",
              "target": [
                "a[href=\"tel:+358295160727\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(454) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161240\" rel=\"nofollow\">0295161240</a>",
              "target": [
                "a[href=\"tel:+358295161240\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(455) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160705\" rel=\"nofollow\">0295160705</a>",
              "target": [
                "a[href=\"tel:+358295160705\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(456) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160751\" rel=\"nofollow\">0295160751</a>",
              "target": [
                "a[href=\"tel:+358295160751\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(457) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160748\" rel=\"nofollow\">0295160748</a>",
              "target": [
                "a[href=\"tel:+358295160748\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(458) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295530333\" rel=\"nofollow\">0295530333</a>",
              "target": [
                "a[href=\"tel:+358295530333\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(459) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160610\" rel=\"nofollow\">0295160610</a>",
              "target": [
                "a[href=\"tel:+358295160610\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(460) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160616\" rel=\"nofollow\">0295160616</a>",
              "target": [
                "a[href=\"tel:+358295160616\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(461) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295163541\" rel=\"nofollow\">0295163541</a>",
              "target": [
                "a[href=\"tel:+358295163541\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(462) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160087\" rel=\"nofollow\">0295160087</a>",
              "target": [
                "a[href=\"tel:+358295160087\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(463) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295162359\" rel=\"nofollow\">0295162359</a>",
              "target": [
                "a[href=\"tel:+358295162359\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(465) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160534\" rel=\"nofollow\">0295160534</a>",
              "target": [
                "a[href=\"tel:+358295160534\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(467) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160289\" rel=\"nofollow\">0295160289</a>",
              "target": [
                "a[href=\"tel:+358295160289\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(471) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160126\" rel=\"nofollow\">0295160126</a>",
              "target": [
                "a[href=\"tel:+358295160126\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(473) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160334\" rel=\"nofollow\">0295160334</a>",
              "target": [
                "a[href=\"tel:+358295160334\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(476) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295161101\" rel=\"nofollow\">0295161101</a>",
              "target": [
                "a[href=\"tel:+358295161101\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(479) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160665\" rel=\"nofollow\">0295160665</a>",
              "target": [
                "a[href=\"tel:+358295160665\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": {
                    "messageKey": "bgOverlap"
                  },
                  "relatedNodes": [
                    {
                      "html": "<p class=\"contact-info\">",
                      "target": [
                        ".contact-item:nth-child(485) > .contact-info"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's contrast ratio could not be determined because of element overlap"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"tel:+358295160464\" rel=\"nofollow\">0295160464</a>",
              "target": [
                "a[href=\"tel:+358295160464\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation/statsradets-forvaltningsenhet",
      "originalUrl": "https://valtioneuvosto.fi/sv/statsradets-kansli/ledning-och-organisation/statsradets-forvaltningsenhet",
      "status": 200,
      "contentType": "text/html;charset=UTF-8",
      "sources": []
    }
  }
}